- 管理后台
- 前端应用
- 用户
- 对话
- 系统
- AI绘图
- 产品和订单
- 邀请码
- 思维导图
- Suno
- AI视频
- 工具
- 上传下载
- 验证码
- 应用
获取视频任务列表
开发中
GET
/api/video/list
请求参数
Query 参数
type
string
任务类型
示例值:
luma
keling
page
integer
可选
page_size
integer
可选
Header 参数
Authorization
string
可选
默认值:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:5678/api/video/list?type=luma
keling&page&page_size' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
items
array [object {16}]
必需
page
integer
必需
page_size
integer
必需
total
integer
必需
total_page
integer
必需
示例
{
"code": 0,
"data": {
"items": [
{
"id": 5,
"user_id": 4,
"channel": "",
"type": "luma",
"task_id": "",
"prompt": "A girl from ancient China dancing on a beach, with sunlight shining on her face. She wears traditional Chinese clothing, with flowing sleeves and beautiful patterns. The beach is serene, with gentle waves in the background and a clear blue sky.",
"prompt_ext": "",
"cover_url": "",
"video_url": "",
"water_url": "",
"progress": 0,
"publish": false,
"err_msg": "",
"raw_data": null,
"power": 30,
"created_at": 1725271289
},
{
"id": 4,
"user_id": 4,
"channel": "",
"type": "luma",
"task_id": "",
"prompt": "A girl from ancient China dancing on a beach, with sunlight shining on her face. She wears traditional Chinese clothing, with flowing sleeves and beautiful patterns. The beach is serene, with gentle waves in the background and a clear blue sky.",
"prompt_ext": "",
"cover_url": "",
"video_url": "",
"water_url": "",
"progress": 0,
"publish": false,
"err_msg": "",
"raw_data": null,
"power": 30,
"created_at": 1725271169
}
],
"page": 1,
"page_size": 20,
"total": 2,
"total_page": 1
}
}
修改于 2025-02-14 07:05:17