Skip to main content

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.

These personas are optimized for a variety of real-world scenarios:
To fetch all available stock personas, use the List Personas endpoint.

Stock Personas

Sales Coach

Teaches sales tips and strategies.
p1af207b8189
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r90bbd427f71",
      "persona_id": "p1af207b8189"
  }'

Customer Support

Support users with product issues.
paaee96e4f87
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r90bbd427f71",
      "persona_id": "paaee96e4f87"
  }'

Interviewer

Runs mock interviews and screens candidates.
pdac61133ac5
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r90bbd427f71",
      "persona_id": "pdac61133ac5"
  }'

Sales Development Rep

Engage with Anna, the Tavus sales development rep.
pcb7a34da5fe
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r90bbd427f71",
      "persona_id": "pcb7a34da5fe"
  }'