Submit a local file for transcription
Submit a remote file for transcription
Poll for job status
Use the Lite model engine
Add a custom vocabulary and summary (Full engine)
Download transcription results as a file (return_as_file
)
When processing large jobs (over ~1 MB of response data), or if you prefer a downloadable JSON file instead of
inline results, you can set return_as_file=True
. Even if you don’t set it, responses exceeding 1 MB will automatically
be returned as a file link.
Refer to the Features Guide and
API Reference for details.
Request Options
Below is a list of parameters supported by the Python SDK’sTranscriptionJobInput
. For full details, refer to the
API Reference.
return_as_file
(bool)
Set to "True"
to receive the transcription output as a downloadable file URL (useful for large responses).
Default: "False"
, which returns the transcription inline in the API response.
Note: If the response exceeds 1 MB, it will always be returned as a file link, even ifreturn_as_file
isFalse
.