Skip to main content
GET
Get a YouTube export task
请传入由 创建导出任务 返回的导出任务 ID,而不是原始的 Vozo 任务 ID。轮询直到 statusdonefailed。当存在 YouTube 视频 ID 时,studio_url 为 YouTube Studio 编辑页面;当可用时,error_code 会给出发布失败的原因。

授权

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.

路径参数

id
string
必填

Export task ID returned when the export was created; this is not the source Vozo task ID.

响应

Current export task status

status
enum<string>
必填

Current export status.

可用选项:
pending,
processing,
done,
failed
studio_url
string<uri>

YouTube Studio edit URL, returned once a YouTube video ID is available.

error_code
string

Publishing failure reason, returned when available.

最后修改于 2026年9月22日