Skip to main content
POST
Audio transcription

Authorizations

Authorization
string
header
required

Authenticate with a Bearer Token. Format: Authorization: Bearer sk-xxxxxx

Body

multipart/form-data
file
file
required

Audio file

model
string
required
Example:

"whisper-1"

language
string

ISO 639-1 language code

Example:

""

prompt
string
Example:

""

response_format
enum<string>
default:json
Available options:
json,
text,
srt,
verbose_json,
vtt
Example:

"json"

temperature
number
Example:

0

timestamp_granularities
enum<string>[]
Available options:
word,
segment
Example:

""

Response

200 - application/json

Transcription completed successfully

text
string