POST
/
v1
/
asr

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

Authorizations

Authorization
string
header
required

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

Body

audio
file
required

Audio to be converted to text

ignore_timestamps
boolean
default:
true

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

language
string | null

Language to be used for the speech

Response

200 - application/json
duration
number
required

Duration of the audio in seconds

segments
object[]
required
text
string
required