cURL
curl --request GET \ --url https://api.example.com/v1/voiceai/conversations/token \ --header 'x-api-key: <api-key>'
{ "token": "<string>" }
Get a LiveKit token to start a conversation with an agent.
API key for programmatic access
The id of the agent
Optional participant name. If not provided, user ID will be used
Successful Response
Response model for conversation token endpoint