视频查询
GET /alibailian/api/v1/tasks/{task_id}
概览
| Method | GET |
|---|---|
| Path | /alibailian/api/v1/tasks/{task_id} |
| Type | http |
| Status | -2 |
| Module | 2102810 |
| Folder | 68175428 |
参数
{ "path": [ { "id": "task_id#0", "name": "task_id", "required": true, "description": "", "type": "string", "enable": true, "sampleValue": "a55bfe14-6e78-4b9d-b97d-128420399ed1" } ] }
请求体
{ "type": "none", "parameters": [], "required": false, "mediaType": "", "examples": [], "oasExtensions": "" }
响应
[ { "id": 784572228, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": { "usage": { "type": "object", "properties": { "SR": { "type": "integer" }, "duration": { "type": "integer" }, "video_count": { "type": "integer" } }, "required": [ "SR", "duration", "video_count" ] }, "output": { "type": "object", "properties": { "task_id": { "type": "string" }, "end_time": { "type": "string" }, "video_url": { "type": "string" }, "orig_prompt": { "type": "string" }, "submit_time": { "type": "string" }, "task_status": { "type": "string" }, "actual_prompt": { "type": "string" }, "scheduled_time": { "type": "string" } }, "required": [ "task_id", "end_time", "video_url", "orig_prompt", "submit_time", "task_status", "actual_prompt", "scheduled_time" ] }, "request_id": { "type": "string" } }, "required": [ "usage", "output", "request_id" ] }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]
响应示例
[ { "name": "成功示例", "responseId": 784572228, "data": "{\r\n \"usage\": {\r\n \"SR\": 480,\r\n \"duration\": 5,\r\n \"video_count\": 1\r\n },\r\n \"output\": {\r\n \"task_id\": \"a55bfe14-6e78-4b9d-b97d-128420399ed1\",\r\n \"end_time\": \"2025-10-11 19:02:27.297\",\r\n \"video_url\": \"https://dashscope-result-bj.oss-cn-beijing.aliyuncs.com/1d/21/20251011/9b1c82b0/a55bfe14-6e78-4b9d-b97d-128420399ed1.mp4?Expires=1760266939&OSSAccessKeyId=LTAI5tDUB1cEqFCYhEwWry26&Signature=Fjpx1uAlmLmeYGWx0Ye7n%2F%2F9Isw%3D\",\r\n \"orig_prompt\": \"改变一下光线\",\r\n \"submit_time\": \"2025-10-11 18:55:56.952\",\r\n \"task_status\": \"SUCCEEDED\",\r\n \"actual_prompt\": \"橙衣男性骑着扫帚从画面右侧向左侧高速飞过,身体前倾,双手紧握扫帚杆,头部朝前,嘴巴张开并大喊:'嘿!你们别拦我!'。扫帚在空中快速移动,扫帚毛因速度产生模糊效果。下方三人站在人行道上,手持魔杖指向空中人物,头部随其飞行方向轻微转动,注视其动作。背景中持续传来城市街道的车流声、行人交谈声、风声以及扫帚划过空气的呼啸声。\",\r\n \"scheduled_time\": \"2025-10-11 18:55:57.908\"\r\n },\r\n \"request_id\": \"ec8f059e-f2e5-4887-bb43-3306cd38f403\"\r\n}", "description": "", "oasKey": "", "oasExtensions": "", "id": 711890861 } ]