Skip to main content
POST
cURL
API v1 is deprecated. This version is no longer being developed — new endpoints, parameters and models are added to v2 only. Use the v2 endpoints to stay current: v2 API documentation.

Authorizations

Authorization
string
header
required

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

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Body

multipart/form-data

Audio transcription parameters

audio
file
required

Audio file to transcribe. Supported formats: AAC, MP3, OGG, WebM. Maximum file size: 20 MB.

include_ts
boolean
required

Should transcription include timestamps. Required - send false for plain text or true for timestamped segments.

Example:

false

model
string
required

The model to use for generation

Example:

"WhisperLargeV3"

Response

ID of the inference request.

data
object

Information from success endpoint