Create Voice Token
POST/api/v1/voice/tokens
Mint a LiveKit room and token for one of your end users, and return the credentials to hand to your client.
Requires Idempotency-Key: a retried request returns the room minted the first time instead of starting a second call.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
- 429
Successful Response
Idempotency-Key header missing, or the request was rejected before any work started.
X-API-Key missing, invalid or revoked.
The widget has voice turned off, or voice is disabled for the workspace.
No such widget in this workspace, or no voice trigger matches it.
This Idempotency-Key was already used with a different body, or the same request is still in progress.
Response Headers
Retry-After
Seconds to wait before retrying.
Validation Error
Per-key rate limit exceeded.
Response Headers
Retry-After
Seconds to wait before retrying.