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.

Education

Sales Coach

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

Corporate Trainer

Delivers workplace training.
p7fb0be3
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "ra54d1d861",
      "persona_id": "p7fb0be3"
  }'

History Teacher

Talks about history topics.
pc55154f229a
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r6ae5b6efc9d",
      "persona_id": "pc55154f229a"
  }'

College Tutor

Helps with academic subjects.
p88964a7
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "rfb51183fe",
      "persona_id": "p88964a7"
  }'

Business

Sales Agent at Tavus

Answers questions about Tavus.
pb8bb46b
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "ref226fe7e",
      "persona_id": "pb8bb46b"
  }'

Healthcare Intake Assistant

Collects patient info
p5d11710002a
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r4317e64d25a",
      "persona_id": "p5d11710002a"
  }'

AI Interviewer

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

Assistant

Technical Co Pilot

Helps with coding.
pd43ffef
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "rbb0f535dd",
      "persona_id": "pd43ffef"
  }'

Tavus' Personal AI

General Tavus-branded assistant.
p2fbd605
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r4c41453d2",
      "persona_id": "p2fbd605"
  }'

Tavus Researcher

Shares research insights.
p48fdf065d6b
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "rf4703150052",
      "persona_id": "p48fdf065d6b"
  }'

Others

Demo Persona

Tavus demo persona.
p9a95912
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r79e1c033f",
      "persona_id": "p9a95912"
  }'

Santa

Talks with Santa for festive experience.
p3bb4745d4f9
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "replica_id": "r3fbe3834a3e",
      "persona_id": "p3bb4745d4f9"
  }'
I