v5

latestOpenAPI 3.1.02026-08-043621,4011.8 MB
Single 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

tokenstring required

A time bound single use token that expires after 15 minutes. Will be consumed on use.

Example response

{
  "token": "sutkn_1234567890"
}