Create Transcription Job From Url
API documentation
Create Transcription Job From Url
POST
Create Transcription Job From Url
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 string length:
1Example:
"https://filesamples.com/samples/audio/mp3/sample-3.mp3"
Optional context to guide the ASR model. Doubles cost and increases latency.
Maximum string length:
1000Rules for applying formatting to the final transcript based on detected pauses.
If true, performs an additional AI pass to correct contextual errors. Requires 'context' to be effective.