Skip to main content

Create a PAL

1

Step 1: Get an API Key

  1. Go to the PAL Maker and select API Key from the sidebar menu.
  2. Click Create New Key to begin generating your API key.
  3. Enter a name for the key and (optional) specify allowed IP addresses, then click Create API Key.
  4. Copy your newly created API key and store it securely.
We cannot recover your API Key if you lose it.
2

Step 2: Create a PAL

In this example, we’ll create an interviewer PAL with the following settings:
  • A Phoenix-3 stock face.
  • raven-1 as the perception model to enable screen sharing.
  • Conversational Flow layer with Sparrow-1 for turn detection.
Use the following request body example:
cURL
Tavus offers full layer customizations for your PAL. Please see the following for each layer configurations:
3

Step 3: Create a Conversation

Create a new conversation using your newly created pal_id:
cURL
4

Step 4: Join the Conversation

To join the conversation, click the link in the conversation_url field from the response:

Modify Existing PAL

Tavus lets you update any existing PAL configuration using standard JSON Patch operations (add, replace, remove).
Please see the Patch PAL endpoint for more details.