TokenFleet
AI 模型接口视频(Videos)火山方舟ARK格式

创建火山方舟视频任务

接口

POST /api/v3/contents/generations/tasks

请求头

Header必填说明
AuthorizationBearer <token>
Content-Typeapplication/json
Acceptapplication/json

请求参数

application/json

请求类型:VolcNativeV3VideoTaskRequest

字段必填类型说明
modelstring火山视频模型 ID
contentobject[]Ark 原生内容数组
promptstring兼容字段,通常可由 content 推导
callback_urlstring回调地址
return_last_frameboolean是否返回最后一帧
service_tierstring服务等级
execution_expires_afterstring任务过期时间
generate_audioboolean是否生成音频
draftobject草稿参数
toolsobject[]工具参数
safety_identifierstring安全标识
priorityinteger任务优先级
resolutionstring输出分辨率
ratiostring画面比例
durationinteger视频时长,单位秒
framesinteger输出帧数
seedinteger随机种子
camera_fixedboolean是否固定镜头
watermarkboolean是否带水印

响应参数

application/json

响应类型:VolcNativeV3CreateTaskResponse

字段类型说明
idstring火山任务 ID

说明

  • 网关会把请求归一化后转发到绑定渠道的上游。
  • content 按 Ark 官方内容块格式透传。
  • prompt 只是兼容字段,优先以 content 为准。