cURL
curl --request POST \ --url https://api.sully.ai/v1/audio/transcriptions/stream/token \ --header 'Content-Type: application/json' \ --header 'X-ACCOUNT-ID: <api-key>' \ --header 'X-API-KEY: <api-key>' \ --data ' { "expiresIn": 3600 } '
{ "token": "tok_EXAMPLE123456789" }
Create a temporary authentication token for Streaming Speech-to-Text
Duration of the token in seconds
60 <= x <= 604800
3600
Audio transcription stream token
"tok_EXAMPLE123456789"