Skip to content

数据模型: VideoResponse

VideoResponse

视频生成任务提交响应

字段类型必选描述
task_idstring任务 ID
statusstring任务状态

数据模型示例

json
{
  "task_id": "abcd1234efgh",
  "status": "queued"
}

Released under the MIT License.