POST
/
v2
/
conversations
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"
}'
{
  "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

x-api-key
string
header
required

Body

application/json

Response

200 - application/json

The response is of type object.