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
Audio transcription stream token
The response is of type object.
object