Audio Transcription
POST /v1/audio/transcriptions
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| None |
Request Example
{
"body": {
"file": "string",
"model": "whisper-1"
}
}
Response Fields(200)
| Field Name | Type | Description |
|---|---|---|
file | file | p p-0 AudioFile |
model | string | - |
language | string | p p-0 ISO-639-1 language code |
prompt | string | - |
response_format | string | - |
temperature | number | - |
timestamp_granularities | array<string> | - |