Skip to main content
These template PALs match the presets in PAL Maker. Clone one in the portal or call them directly by pal_id:
To list every stock PAL your account can use, call the List PALs endpoint. For the full configuration (including system prompt), use Get PAL.

Template PALs

Casting Director

Interactive table-read with immediate feedback and a post-call audition review
p735435f8c36
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "pal_id": "p735435f8c36"
  }'

Sales Development Representative

Qualify leads on a live call and sync results to your CRM.
p88b777355b2
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "pal_id": "p88b777355b2"
  }'

Medical Intake

Pre-visit intake flow with structured data capture.
pa5ad6596ef5
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "pal_id": "pa5ad6596ef5"
  }'

Trivia Master

Trivia coach and trainer, complete with quizzes
p89b602b1174
  curl --request POST \
  --url https://tavusapi.com/v2/conversations \
  -H "Content-Type: application/json" \
  -H "x-api-key: <api-key>" \
  -d '{
      "pal_id": "p89b602b1174"
  }'