AurionAI Docs

Create End User Voice Token

Create a LiveKit voice token for an authenticated end-user. Requires end-user JWT. The requester must be active, login_enabled, and support_enabled (enforced by require_end_user middleware).

POST
/api/v1/app/voice/token

Create a LiveKit voice token for an authenticated end-user.

Requires end-user JWT. The requester must be active, login_enabled, and support_enabled (enforced by require_end_user middleware).

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

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