1
Step 1: Create a Persona
In this example, we’ll create an interviewer persona with the following settings:
- A Phoenix-3 stock replica.
raven-0
as the perception model to enable screen sharing.smart_turn_detection
enabled using the Sparrow model.
cURL
Replace
<api_key>
with your actual API key. You can generate one in the Developer Portal.2
Step 2: Create Your Conversation
Create a new conversation using your newly created
persona_id
:cURL
- Replace
<api_key>
with your actual API key. - Replace
<your_persona_id>
with your newly created Persona ID.
3
Step 3: Join the Conversation
To join the conversation, click the link in the
conversation_url
field from the response:Echo Mode
Tavus also supports an Echo mode pipeline. It lets you send text or audio input directly to the persona for playback, bypassing most of the CVI pipeline.This mode is not recommended if you plan to use the perception or speech recognition layers, as it is incompatible with them.