POST
/
v1
/
audio
/
transcriptions
/
stream
/
token
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"
}

Authorizations

X-API-KEY
string
header
required
X-ACCOUNT-ID
string
header
required

Body

application/json

Response

200
application/json

Audio transcription stream token

The response is of type object.