Documentation Index
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
Use this page when you want to create a persona and start your first Tavus
conversation. If you are building a web app that creates conversations from a
backend and embeds the returned
conversation_url, use CVI App Quickstart.Step 1: Create a Persona
In this example, we’ll create an interviewer persona with the following settings:
- A Phoenix-4 Pro replica.
raven-1as the perception model for visual and audio understanding.sparrow-1for natural turn-taking with high patience (ideal for interviews).
r90bbd427f71 is the stock Anna replica ID used throughout these docs. It is
a stock ID, not a placeholder. A replica controls the face and voice in the
call; a persona controls behavior, prompt, context, and conversational
configuration.cURL
Replace
<api_key> with your actual API key. You can generate one in the Developer Portal.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.
@tavus/cvi-ui component library for CVIProvider, Conversation, hooks, and server helpers.
