cURL
curl --request GET \ --url https://www.jenius.cn/api/plugins/video/tasks \ --header 'Authorization: Bearer <token>'
{ "code": 123, "message": "<string>", "data": { "list": [ { "id": 123, "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "scene": "celebrity", "status": "created", "price": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "video_url": "<string>", "error_msg": "<string>", "completed_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "page_size": 123 } }
使用本接口获取视频特效任务列表
页码,默认为1,最小为1
x >= 1
每页大小,默认为20,范围1-100。
1 <= x <= 100
任务状态,可选值:pending, processing, completed, failed
pending
processing
completed
failed
任务场景,可选值:celebrity
celebrity
任务列表获取成功
响应状态码
200
响应消息
"任务列表获取成功"
Show child attributes