Models Hub
API ReferenceAudio & Others

Audio transcription.

Convert audio to text.

Edit this page
POST
/v1/audio/transcriptions

Authorization

bearerAuth
AuthorizationBearer <token>

Authenticate using an Authorization Bearer API Key.

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/audio/transcriptions" \  -F file="" \  -F model="whisper-1"
{
  "text": "string"
}