单个查询任务
GET
https://api.deerapi.com/dream-machine/v1/generations/{task_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.deerapi.com/dream-machine/v1/generations/48a94ce2-ce6c-4184-aa59-bdf3409b162b' \
--header 'Authorization: Bearer {{api-key}}'
响应示例响应示例
{
"id": "f8ec5bf5-a860-420e-b663-5a478e0d5301",
"state": "completed",
"video": {
"url": "https://storage.cdn-luma.com/dream-machine/af45d2e2-5175-4339-a6e5-2456e73f308b/4cd5e5d4-c760-42b6-9ddc-cd892c732302/2025-05-16T02-38-11_generation.mp4",
"width": 1360,
"height": 752,
"duration": 5.041667,
"download_url": "https://storage.cdn-luma.com/dream-machine/af45d2e2-5175-4339-a6e5-2456e73f308b/4cd5e5d4-c760-42b6-9ddc-cd892c732302/2025-05-16T02-38-11_generation.mp4"
},
"thumbnail": {
"url": "https://imagedelivery.net/1KomXrSWiTojGGip43n0SQ/bbccab18-6661-4a63-adf1-069f838e9f00/public",
"width": 1360,
"height": 752,
"palette": {
"grid": "/f39/v7+/v7+/v7+/Pz8/Pz8/v7+/v7+/v7+/Pz8/Pz8/v7+/v7+/v7+/Pz8/Pz8/v7+/f39/v7++/v7/Pz8/f3+/f39/v7+/Pz8"
},
"media_type": "image"
},
"video_raw": {
"url": "https://storage.cdn-luma.com/dream-machine/af45d2e2-5175-4339-a6e5-2456e73f308b/4cd5e5d4-c760-42b6-9ddc-cd892c732302/2025-05-16T02-38-11_generation.mp4",
"width": 1360,
"height": 752,
"duration": 5.041667,
"media_type": "video"
},
"created_at": "0001-01-01T00:00:00Z",
"last_frame": {
"url": "https://storage.cdn-luma.com/dream-machine/af45d2e2-5175-4339-a6e5-2456e73f308b/5d994815-caf7-4453-a4f8-aa804da8d310/2025-05-16T02-38-11_generation_last_frame.jpg",
"width": 1360,
"height": 752,
"palette": null,
"media_type": "image"
}
}
请求参数
Path 参数
task_id
string
任务ID
示例值:
48a94ce2-ce6c-4184-aa59-bdf3409b162b
Header 参数
Authorization
string
必需
示例值:
Bearer {{api-key}}
返回响应
修改于 2025-05-19 05:47:24