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

Headers

x-api-key
string | null

API key for authentication

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