Skip to main content
POST
Create a YouTube export task
ソースタスクは完了しており、APIキーのユーザーが所有している必要があります。task_typetranslate_dubvisual_translate、または lip_sync から選択してください。編集可能な翻訳&吹き替え または ビジュアル翻訳 のプロジェクトでは、source_mode を明示的に選択してください。リップシンク の場合は指定しないでください。 title には空白以外の文字を含める必要があり、100 Unicode文字以内でなければなりません。description は空でもかまいませんが、5,000 Unicode文字を超えてはいけません。privacy_statusprivateunlisted、または public である必要があります。接続されているチャンネルの地域に応じて、カテゴリ一覧 から category_id を選択してください。 レスポンスの task_idエクスポートタスクID です。これは、元のVozoタスクを指すリクエストの task_id とは異なります。

承認

Authorization
string
header
必須

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.

ボディ

application/json
task_type
enum<string>
必須

Type of the completed Vozo source task.

利用可能なオプション:
translate_dub,
visual_translate,
lip_sync
task_id
string
必須

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

title
string
必須

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

Maximum string length: 100
category_id
string
必須

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

privacy_status
enum<string>
必須

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

利用可能なオプション:
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.

利用可能なオプション:
initial_output,
generate_new,
use_existing
description
string

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

Maximum string length: 5000

レスポンス

Export task created

task_id
string
必須

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

最終更新日 2026年9月22日