AI 服务/视频生成
火山格式查询视频任务
接口说明:查询火山格式视频生成任务状态,返回结构保持火山任务查询格式。适用于已经接入火山视频生成 API 的客户,将请求地址替换为 AiToEarn 地址并将鉴权改为 X-Api-Key 后使用。参考火山官方文档:查询视频生成任务。
GET
火山格式查询视频任务
授权
需要从 AiToEarn 获取 API Key。点击前往「API Key 获取教程」。
路径参数
任务 ID,由火山格式创建视频生成任务接口返回。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:查询火山格式视频生成任务状态,返回结构保持火山任务查询格式。适用于已经接入火山视频生成 API 的客户,将请求地址替换为 AiToEarn 地址并将鉴权改为 X-Api-Key 后使用。参考火山官方文档:查询视频生成任务。
curl --request GET \
--url https://aitoearn.cn/api/ai/volcengine/video/{taskId} \
--header 'X-Api-Key: <api-key>'{
"id": "6a461da66fe8a12d33daabdd",
"model": "doubao-seedance-2-0-260128",
"status": "succeeded",
"created_at": 1782980006,
"updated_at": 1782980484,
"content": {
"video_url": "https://assets.aitoearn.ai/example/video.mp4"
},
"seed": 9190,
"resolution": "720p",
"ratio": "16:9",
"duration": 8,
"framespersecond": 24,
"generate_audio": true,
"priority": 0,
"execution_expires_after": 172800,
"usage": {
"completion_tokens": 411300,
"total_tokens": 411300
}
}需要从 AiToEarn 获取 API Key。点击前往「API Key 获取教程」。
任务 ID,由火山格式创建视频生成任务接口返回。
火山格式原生响应,不使用 AiToEarn 通用响应包裹。
任务ID
模型名称
任务状态
创建时间
更新时间
种子值
分辨率
宽高比
时长
帧率
curl --request GET \
--url https://aitoearn.cn/api/ai/volcengine/video/{taskId} \
--header 'X-Api-Key: <api-key>'{
"id": "6a461da66fe8a12d33daabdd",
"model": "doubao-seedance-2-0-260128",
"status": "succeeded",
"created_at": 1782980006,
"updated_at": 1782980484,
"content": {
"video_url": "https://assets.aitoearn.ai/example/video.mp4"
},
"seed": 9190,
"resolution": "720p",
"ratio": "16:9",
"duration": 8,
"framespersecond": 24,
"generate_audio": true,
"priority": 0,
"execution_expires_after": 172800,
"usage": {
"completion_tokens": 411300,
"total_tokens": 411300
}
}