Authorizations
Bearer token authentication. Get your API key from the dashboard.
Body
multipart/form-data
The audio file object (not file name) to translate, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
ID of the model to use
Example:
"whisper-1"
An optional text to guide the model's style or continue a previous audio segment. The prompt should be in English.
The format of the transcript output
Available options:
json
, text
, srt
, verbose_json
, vtt
The sampling temperature, between 0 and 1
Required range:
0 <= x <= 1