v1
latestOpenAPI 3.0.32026-07-267015229.9 KBConversations
This endpoint starts a real-time video conversation with your AI face, powered by a PAL that allows it to see, hear, and respond like a human.
post/v2/conversations
Request body
Example request
{
"face_id": "r90bbd427f71",
"pal_id": "pcb7a34da5fe",
"callback_url": "https://yourwebsite.com/webhook",
"conversation_name": "Improve Sales Technique",
"conversational_context": "I want to improve my sales techniques. Help me practice handling common objections from clients and closing deals more effectively.",
"custom_greeting": "Hey there!",
"memory_stores": [
"anna"
],
"document_ids": [
"doc_1234567890"
],
"document_retrieval_strategy": "balanced",
"document_tags": [
"sales",
"marketing"
],
"meeting_url": "https://meet.google.com/xgq-epxn-ccp",
"max_participants": 2,
"properties": {
"max_call_duration": 3600,
"participant_left_timeout": 60,
"participant_absent_timeout": 300,
"enable_recording": true,
"enable_closed_captions": true,
"apply_greenscreen": true,
"language": "multilingual",
"recording_s3_bucket_name": "conversation-recordings",
"recording_s3_bucket_region": "us-east-1",
"recording_storage": {
"provider": "s3",
"bucket_name": "conversation-recordings",
"bucket_region": "us-east-1",
"assume_role_arn": "arn:aws:iam::123456789012:role/TavusRecordingWriter",
"external_id": "tavus-acct-abc123",
"project_id": "my-gcp-project",
"workload_identity_provider": "projects/123456/locations/global/workloadIdentityPools/tavus-pool/providers/tavus-cf-worker",
"service_account_email": "tavus-recording-writer@my-gcp-project.iam.gserviceaccount.com",
"storage_account": "myrecordingsaccount",
"container": "conversation-recordings",
"tenant_id": "11111111-2222-3333-4444-555555555555",
"client_id": "66666666-7777-8888-9999-000000000000"
}
}
}Response
Example response
{
"conversation_id": "c123456",
"conversation_name": "A Meeting with Hassaan",
"conversation_url": "https://tavus.daily.co/c123456",
"status": "active",
"callback_url": "sample.com/callback",
"created_at": "<string>",
"meeting_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}