Skip to main content
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": "r4f5b5ef55c8",
      "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": "r3f427f43c9d",
      "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": "r5f0577fc829",
      "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": "rf4e9d9790f0",
      "persona_id": "pcb7a34da5fe"
  }'