v2

latestOpenAPI 3.1.02026-07-2628105122.0 KB
speechToTextJob

Get Speech to Text Bulk Job V1 Status

Retrieve the current status and details of a speech to text bulk job, including progress and file-level information.

Rate Limiting Best Practice: To prevent rate limit errors and ensure optimal server performance, we recommend implementing a minimum 5-millisecond delay between consecutive status polling requests. This helps maintain system stability while still providing timely status updates.

get/speech-to-text/job/v1/{job_id}/status

Path parameters

job_idstring required

The unique identifier of the job

Headers

api-subscription-keystring required
api-subscription-keystring

Your unique subscription key for authenticating requests to the Sarvam AI Speech-to-Text API. Here are the steps to get your api key

Response

Successful Response

job_state'Accepted' | 'Pending' | 'Running' | 'Completed' | 'Failed' required
created_atstring required

Created At

updated_atstring required

Updated At

job_idstring required

Job Id

total_filesinteger

Total Files

successful_files_countinteger

Success Count

failed_files_countinteger

Failed Count

storage_container_type'Azure' | 'Local' | 'Google' | 'Azure_V1' required
error_messagestring

Error Message