Start STT Batch Job

Start processing a speech to text bulk job after all audio files have been uploaded

Authentication

api-subscription-keystring
API Key authentication via header

Path Parameters

job_idstringRequired
The unique identifier of the job

Headers

api-subscription-keystringOptionalDefaults to

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

Query Parameters

ptu_idinteger or nullOptional

Response

Successful Response
job_stateenum
Job State
Allowed values:
created_atstring
Created At
updated_atstring
Updated At
job_idstring
Job Id
storage_container_typeenum
Storage Container Type
Allowed values:
total_filesinteger or nullDefaults to 0
Total Files
successful_files_countinteger or nullDefaults to 0
Success Count
failed_files_countinteger or nullDefaults to 0
Failed Count
error_messagestring or nullDefaults to
Error Message
job_detailslist of objects or null
Job details at file level.

Errors