Start Job

View as Markdown
Start a dubbing job once the media file has been uploaded to the signed `upload_url` returned by `POST /jobs`. The job status then moves from `queued` to `in_progress`, and finally to `completed` or `failed`. Keep `editor_flow` set to `false` (the default) when creating the job so exports auto-produce once the pipeline finishes.

Authentication

api-subscription-keystring
API Key authentication via header

Path parameters

job_idstringRequired

The job_id returned by POST /jobs.

Response

Successful Response
statusstring

Response status, e.g. success.

messagestring

Human-readable confirmation that the dubbing pipeline has started.

dataobject

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error