Audio Transcriptions
Create a streaming transcription token
Create a temporary authentication token for Streaming Speech-to-Text
post/v1/audio/transcriptions/stream/token
Request body
Example request
{
"expiresIn": 3600
}Response
Audio transcription stream token
Example response
{
"token": "tok_EXAMPLE123456789"
}