OpenAPI v1
Speech to Text
POST
/
v1
/
asr
This BETA endpoint only accepts application/form-data
and application/msgpack
.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
audio
file
requiredAudio to be converted to text
language
string | null
Language to be used for the speech
ignore_timestamps
boolean
default: trueWhether to return precise timestamps in the text, this will increase the latency in audio shorter than 30 seconds
Response
200 - application/json
text
string
requiredduration
number
requiredDuration of the audio in seconds
segments
object[]
required