v4
OpenAPI 3.1.02026-07-313621,3961.8 MBSingle Use Token
Create Single Use Token
Generate a time limited single-use token with embedded authentication for frontend clients.
post/v1/single-use-token/{token_type}
Path parameters
token_type'realtime_scribe' | 'batch_scribe' | 'tts_websocket' required
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"token": "sutkn_1234567890"
}