v2

latestOpenAPI 3.1.02026-07-2628105122.0 KB
speechToTextJob

Download Files for Speech to Text Bulk Job V1

Generate presigned download URLs for the transcription output files of a completed speech to text bulk job.

Required body fields: job_id and files (array of output filenames such as "0.json"). Obtain filenames from the job status response (job_details[].outputs[].file_name) after the job reaches Completed or PartiallyCompleted.

Method: POST only (GET returns 405).

post/speech-to-text/job/v1/download-files

Headers

api-subscription-keystring required

Request body

job_idstring required

UUID of the bulk job returned from job initiation.

filesstring[] required

Required. Output filenames to download (e.g. "0.json"). Get these from the job status response: job_details[].outputs[].file_name after the job completes.

Response

Successful Response

job_idstring required
job_state'Accepted' | 'Pending' | 'Running' | 'Completed' | 'Failed' required
download_urlsobject required
storage_container_type'Azure' | 'Local' | 'Google' | 'Azure_V1' required