APIリファレンスオーディオ
文字起こしを作成
音声を入力言語のテキストに文字起こしします。
音声を入力言語のテキストに文字起こしします。
Authorization
BearerAuth AuthorizationBearer <token>
Authorization ヘッダーに API キーを Bearer トークンとして指定します
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"
}