Codzen

Create transcription

Transcribes audio into the input language.

Transcribes audio into the input language.

POST
/v1/audio/transcriptions

Authorization

BearerAuth
AuthorizationBearer <token>

API key as bearer token in Authorization header

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://llm-gateway.codzen.ai/v1/audio/transcriptions" \  -F file="string" \  -F model="whisper-1"
{
  "text": "string"
}