Start Job
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_id
The job_id returned by POST /jobs.
Response
Successful Response
status
Response status, e.g. success.
message
Human-readable confirmation that the dubbing pipeline has started.
data
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error