API Reference
Audio Transcriptions
OpenAI-compatible speech-to-text transcription
POST
Authentication is optional. See Rate Limits for per-tier
quotas. For available transcription models, see Models.
Request parameters
The endpoint accepts a standard OpenAI multipart form:Hosted URL instead of a file upload
Passurl instead of file when the audio is already hosted, to avoid a
multipart upload:
cURL
Related
Models
Available transcription models.
Error Codes
Status codes and response bodies for failed requests.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Response
Successful Response