POST
/
v1
/
asr
{
  "text": "<string>",
  "duration": 123,
  "segments": [
    {
      "text": "<string>",
      "start": 123,
      "end": 123
    }
  ]
}

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

Response

200
application/json
Request fulfilled, document follows

The response is of type object.