Conversational Video Interface
Create conversation
POST
/
v2
/
conversations
Copy
Ask AI
curl --request POST \
--url https://tavusapi.com/v2/conversations \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"replica_id": "rfe12d8b9597",
"persona_id": "pdced222244b"
}'
Copy
Ask AI
{
"conversation_id": "c123456",
"conversation_name": "A Meeting with Hassaan",
"status": "active",
"conversation_url": "https://tavus.daily.co/c123456",
"replica_id": "r79e1c033f",
"persona_id": "p5317866",
"created_at": "<string>"
}
Authorizations
Body
application/json
Response
200 - application/json
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://tavusapi.com/v2/conversations \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"replica_id": "rfe12d8b9597",
"persona_id": "pdced222244b"
}'
Copy
Ask AI
{
"conversation_id": "c123456",
"conversation_name": "A Meeting with Hassaan",
"status": "active",
"conversation_url": "https://tavus.daily.co/c123456",
"replica_id": "r79e1c033f",
"persona_id": "p5317866",
"created_at": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.