查询视频生成任务列表-默认
概览
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token>
请求示例
curl --location --request GET 'https://api.winfull.cloud-ip.cc/volc/v1/contents/generations/tasks?page_size=3&filter.status=succeeded' \
--header 'Authorization: Bearer <token>'返回示例
🟢200成功 示例
{
"total": 0,
"items": [
{
"id": "string",
"model": "string",
"status": "string",
"content": {
"video_url": "string"
},
"usage": {
"completion_tokens": 0,
"total_tokens": 0
},
"created_at": 0,
"updated_at": 0
}
]
}最后更新:2025-09-18 09:21:12
