v2

latestOpenAPI 3.1.02026-07-2628105122.0 KB
speechToTextTranslateJob

Initiate Speech to Text Translate Bulk Job V1

Create a new speech to text translate bulk job and receive a job UUID and storage folder details for processing multiple audio files with translation. Set job_parameters.input_audio_codec when uploads are raw PCM (pcm_s16le, pcm_l16, or pcm_raw); the API auto-detects other formats. PCM must be 16 kHz.

post/speech-to-text-translate/job/v1

Query parameters

ptu_idinteger nullable

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

Request body

Response

Successful Response

job_idstring required

Job UUID.

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