cURL
curl --request POST \ --url https://api.autocaption.io/v1/transcript \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "input": "<string>", "lang": "<string>" } '
{ "job_id": "<string>" }
Accepts a file name and language, and returns a job ID for the transcription task.
The key returned by the signedUrl.
The language code of the video
Successfully started the transcription job.
The unique identifier for the transcription job.