Create a Conversation with Participant Limits
Faces count as participants. For example,
max_participants: 2 allows one human participant plus one face.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Control the maximum number of participants allowed in a conversation.
max_participants: 2 allows one human participant plus one face.max_participants to limit room capacity:curl --request POST \
--url https://tavusapi.com/v2/conversations \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api_key>' \
--data '{
"pal_id": "pcb7a34da5fe",
"face_id": "rc9cff32ceba",
"max_participants": 2
}'
