Skip to main content
GET
/
v1
/
voiceai
/
conversations
/
token
Get Conversation Token
curl --request GET \
  --url https://api.example.com/v1/voiceai/conversations/token \
  --header 'x-api-key: <api-key>'
{
  "token": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Query Parameters

agent_id
string
required

The id of the agent

participant_name
string | null

Optional participant name. If not provided, user ID will be used

Response

Successful Response

Response model for conversation token endpoint

token
string
required