Create Dubbing Project
Create a dubbing project from an uploaded file (file) or a source URL (source_url).
Returns as soon as the project record exists, before the source has been fetched: the project starts queued and reaches ready once its source has been transcribed. Creating a project does not dub anything — add a language target to it for each language you want, or pass target_language to queue the first one here.
Preparation can take minutes on a long source, so we recommend passing webhook_ids to be notified when the project turns ready or failed, rather than polling for it.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Changes
Changed in 4 of the 28 revisions of this API.16
- ○
added the new optional request property
webhook_idsnew-optional-request-property
- ○
added the optional property
webhook_idsto the response with the201statusresponse-optional-property-added
- ○
- ○
added the optional property
errorto the response with the201statusresponse-optional-property-added
- ○
added the optional property
warningsto the response with the201statusresponse-optional-property-added
- ○
- ▲
removed
subschema #1from themodel_idrequest propertyanyOflistrequest-property-any-of-removed
- ○
added
subschema #1subschema #2to themodel_idrequest propertyanyOflistrequest-property-any-of-added
- ▲
- ○
added the new optional request property
transcriptnew-optional-request-property
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○