POST
/
v1
/
asr

This BETA endpoint only accepts application/form-data and application/msgpack.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

audio
file
required

Audio to be converted to text

language
string | null

Language to be used for the speech

ignore_timestamps
boolean
default: true

Whether to return precise timestamps in the text, this will increase the latency in audio shorter than 30 seconds

Response

200 - application/json
text
string
required
duration
number
required

Duration of the audio in seconds

segments
object[]
required