AurionAI Docs

Create Voice Widget Token

Create a tenant-scoped LiveKit token for the web voice widget.

POST
/api/v1/voice-widget/token

Create a tenant-scoped LiveKit token for the web voice widget.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://loading/api/v1/voice-widget/token"
{
  "expires_in_seconds": 3600,
  "livekit_url": "string",
  "participant_identity": "string",
  "pre_authenticated": true,
  "room_name": "string",
  "token": "string"
}