Start Job
Start Job
Start processing a batch transcription job.
POST
Start Job
Overview
Start transcription for a job inCREATED status. Returns 202 Accepted while validation and queueing run in the background.
Creating a job does not start processing — you must call this endpoint.
Authentication
Path Parameters
string
required
Job ID returned by Create Job.
Example cURL
Response
Success (202)
Error responses
409 Already startedUse Cases
- Kicking off transcription after files are uploaded
- Starting a public-URL job after create (URL validation happens at start)