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.
Successfully started the transcription job.
The response is of type object.
object