Skip to main content
POST
Create a YouTube export task
La tâche source doit être terminée et appartenir à l’utilisateur de la clé API. Choisissez task_type parmi translate_dub, visual_translate ou lip_sync. Pour un projet Traduction et doublage ou Traduction visuelle modifiable, choisissez explicitement un source_mode ; pour Synchronisation labiale, omettez-le. title doit contenir du texte autre que des espaces et comporter au maximum 100 caractères Unicode. description peut être vide mais ne doit pas dépasser 5 000 caractères Unicode. privacy_status doit être private, unlisted ou public. Choisissez category_id dans Liste des catégories pour la région de la chaîne connectée. Le task_id de la réponse est l’ID de la tâche d’exportation. Il est différent du task_id de la requête, qui fait référence à la tâche Vozo d’origine.

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

Corps

application/json
task_type
enum<string>
requis

Type of the completed Vozo source task.

Options disponibles:
translate_dub,
visual_translate,
lip_sync
task_id
string
requis

Completed Vozo source task ID, not the YouTube export task ID.

title
string
requis

YouTube video title. Whitespace-only titles are rejected; limit is 100 Unicode characters.

Maximum string length: 100
category_id
string
requis

An assignable category ID returned by GET /v1/youtube/categories for the connected channel region.

privacy_status
enum<string>
requis

YouTube privacy setting. The server trims whitespace and normalizes this value to lowercase.

Options disponibles:
private,
unlisted,
public
source_mode
enum<string>

For Translate & Dub or Visual Translate: initial_output publishes the original exported video; generate_new renders the current editable project before publishing; use_existing publishes a video already exported from that project. Required for editable-project tasks. When omitted for a non-editable task, initial_output is selected automatically. Lip Sync always uses its initial output and ignores this field.

Options disponibles:
initial_output,
generate_new,
use_existing
description
string

YouTube video description. Limit is 5,000 Unicode characters.

Maximum string length: 5000

Réponse

Export task created

task_id
string
requis

New YouTube export task ID; use it to query GET /v1/youtube/exports/{id}.

Dernière modification le 22 septembre 2026