Path Parameters
The unique identifier of the project.
Request Body
Name of the video.
Type of video processing (e.g., ‘dubbing’, ‘voiceover’, ‘audio_description’).
Artifact ID of the original video (must be uploaded beforehand).
Source language code (e.g., ‘en’, ‘ru’).
Array of target language codes (e.g., [‘es-ES’, ‘fr-FR’]).
Artifact ID of the background audio (optional).
Artifact ID of the international mix audio (optional).
Artifact ID of the vocals HITL audio (optional).
Additional remarks about the video (optional).
Pipeline configuration options (see below, all fields optional):
- shouldAutomateTranscription: boolean
- shouldAutomateTranslation: boolean
- shouldAutomateVoiceSelection: boolean
If you automate transcription, you won’t be able to edit the generated transcription in the future. The transcription phase will be skipped, and the result of the AI’s work will be used.
Response
Unique identifier of the created video.
URL to the created video resource.
Name of the video.
Status of the video (e.g., ‘new’).
Type of the video processing (e.g., ‘dubbing’).
Source language code.
Array of target language codes.
Duration of the video in seconds (if available).
Additional remarks about the video (if any).
ISO timestamp of creation.
ISO timestamp of last update.