Transcriptions
POST
{{BASE_URL}}/v1/audio/transcriptions
Request
Header Params
Authorization
string
required
Example:
Authorization: Bearer ********************
Example:
Bearer {{YOUR_API_KEY}}
Body Params multipart/form-data
file
file
required
model
string
required
language
string
optional
prompt
string
optional
response_format
string
optional
The format for transcription output can be selected from JSON, Text, SRT, Verbose_JSON, or VTT.
temperature
number
optional
Sampling temperature, between 0 and 1. A higher value like 0.8 will make the output more random, while a lower value like 0.2 will make it more concentrated and deterministic. If set to 0, the model will automatically increase the temperature using logarithmic probability until a specific threshold is reached.
Request samples
Responses
Modified at 2025-03-30 03:28:00