curl --request POST \ --url https://tavusapi.com/v2/personas \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "pipeline_mode": "full", "system_prompt": "As a Life Coach, you are a dedicated professional who specializes in..." }'
This endpoint creates and customizes a digital replica’s behavior and capabilities for Conversational Video Interface (CVI).
Core Components:
Replica - Choice of audio/visual appearance
Context - Customizable contextual information, for use by LLM
System Prompt - Customizable system prompt, for use by LLM
Layers
Perception - Multimodal vision and understanding settings (Raven)
STT - Transcription and turn taking settings (Sparrow)
LLM - Language model settings
TTS - Text-to-Speech settings
POST
/
v2
/
personas
Copy
Ask AI
curl --request POST \ --url https://tavusapi.com/v2/personas \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "pipeline_mode": "full", "system_prompt": "As a Life Coach, you are a dedicated professional who specializes in..." }'