Authorizations
Body
application/json
Defines the request body for the non-streaming transcription endpoint. Accepts an audio source as a URL or a data URI.
A publicly accessible URL to an audio file OR a base64-encoded data URI.
Minimum length:
1
Examples:
"https://filesamples.com/samples/audio/mp3/sample-3.mp3"
"data:audio/mp3;base64,SUQz..."
Optional context to guide the ASR model. Doubles cost and increases latency.
Maximum length:
1000
Rules for applying formatting to the final transcript based on detected pauses. Defines formatting options for the final transcript based on pause lengths.
If true, performs an additional AI pass to correct contextual errors. Requires 'context' to be effective.