Conversational Video Interface
Create Conversation
With the Tavus Conversational Video Interface (CVI) you are able to create a conversation
with a replica in real time.
Conversations
A conversation
is a video call with a replica.
After creating a conversation
, a conversation_url
will be returned in the response. The conversation_url
can be used to join the conversation directly or can be embedded in a website. To embed the conversation_url
in a website, you can find instructions here.
Once a conversation is created, the replica will automatically join the call and will start participating.
By providing a callback_url
, you can receive webhooks with updates regarding the conversation state.
Learn about recording conversations here.
- If your persona does not have a default replica, the
replica_id
is required. - If your persona has a default replica, the
replica_id
is not required. - If your persona has a default replica and you define
replica_id
, it will override the persona’s default replica.
POST
Create Conversation
Authorizations
Body
application/json
Response
200 - application/json
The response is of type object
.
Create Conversation