Skip to main content
POST
Create a YouTube export task
Die Quellaufgabe muss abgeschlossen sein und dem API-Key-Benutzer gehören. Wählen Sie task_type aus translate_dub, visual_translate oder lip_sync. Wählen Sie für ein bearbeitbares Projekt vom Typ Übersetzen & Synchronisieren oder Visuelle Übersetzung ausdrücklich einen source_mode; bei Lippensynchronisation lassen Sie ihn weg. title muss Text enthalten, der nicht nur aus Leerraum besteht, und darf höchstens 100 Unicode-Zeichen lang sein. description darf leer sein, darf aber 5.000 Unicode-Zeichen nicht überschreiten. privacy_status muss private, unlisted oder public sein. Wählen Sie category_id aus Kategorien auflisten für die Region des verbundenen Kanals. Die task_id der Antwort ist die Exportaufgaben-ID. Sie unterscheidet sich von der task_id der Anfrage, die sich auf die ursprüngliche Vozo-Aufgabe bezieht.

Autorisierungen

Authorization
string
header
erforderlich

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.

Body

application/json
task_type
enum<string>
erforderlich

Type of the completed Vozo source task.

Verfügbare Optionen:
translate_dub,
visual_translate,
lip_sync
task_id
string
erforderlich

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

title
string
erforderlich

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

Maximum string length: 100
category_id
string
erforderlich

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

privacy_status
enum<string>
erforderlich

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

Verfügbare Optionen:
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.

Verfügbare Optionen:
initial_output,
generate_new,
use_existing
description
string

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

Maximum string length: 5000

Antwort

Export task created

task_id
string
erforderlich

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

Zuletzt geändert am 22. September 2026