Create a Persona
1
Step 1: Get an API Key
- Go to the Developer Portal and select API Key from the sidebar menu.
- Click Create New Key to begin generating your API key.
- Enter a name for the key and (optional) specify allowed IP addresses, then click Create API Key.
- Copy your newly created API key and store it securely.
We cannot recover your API Key if you lose it.
2
Step 2: 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.- Enable
smart_turn_detection
to use the Sparrow model.
cURL
3
Step 3: Create a Conversation
Create a new conversation using your newly created
persona_id
:cURL
4
Step 4: Join the Conversation
To join the conversation, click the link in the conversation_url field from the response:
Modify Existing Persona
Tavus lets you update any existing persona configuration using standard JSON Patch operations (add
, replace
, remove
).
Please see the Patch Persona endpoint for more details.