Skip to content
AiRoutix Docs
Search
K
Appearance
Menu
Return to top
On this page
数据模型: VideoResponse
VideoResponse
视频生成任务提交响应
字段
类型
必选
描述
task_id
string
否
任务 ID
status
string
否
任务状态
数据模型示例
json
{
"task_id"
:
"abcd1234efgh"
,
"status"
:
"queued"
}