"state": "completed" 枚举值: "pending", "processing", "completed", "failed"
POST
/luma/tasks批量获取任务
API Key application/json
请求示例
curl -X POST https://top.qingyuntop.ai/luma/tasks \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"ids": [
"4665a07c-7641-4809-a133-10786201bb56"
]
}'请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
Content-Type | Header | string | 是 | - | application/json |
Accept | Header | string | 是 | - | application/json |
Authorization | Header | string | 是 | - | Bearer {{YOUR_API_KEY}} |
model | JSON body | string | 是 | 使用的模型,可选,默认为 kling-image | - |
prompt | JSON body | string | 是 | 正向提示词,必需,描述你想要生成的图像内容,不能超过500个字符 | - |
negative_prompt | JSON body | string | 是 | 负向提示词,可选,描述你不想在图像中出现的元素,不能超过200个字符 | - |
image | JSON body | string | 是 | 参考图片,可选,支持 Base64 编码或图片 URL,支持 .jpg/.jpeg/.png 格式,大小不能超过 10MB | - |
image_fidelity | JSON body | number | 是 | 参考图片的影响强度,可选,取值范围:0-1,值越大,生成的图像越接近参考图片 | - |
n | JSON body | integer | 是 | 生成图片的数量,可选,取值范围:1-9 | - |
aspect_ratio | JSON body | string | 是 | 生成图片的纵横比,可选,可选值:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3 | - |
callback_url | JSON body | string | 是 | 回调通知地址,可选,当任务状态发生变化时,系统会向这个地址发送通知 | - |
返回响应 (200)
此部分没有定义参数。
响应示例
[
{
"artifact": {
"created_at": "0001-01-01T00:00:00Z",
"last_frame": {
"height": 752,
"media_type": "image",
"palette": null,
"url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/606108d9-9daf-4265-84fb-595f18240ac5/video_0_last_frame.jpg",
"width": 1360
},
"thumbnail": {
"height": 752,
"media_type": "image",
"palette": {
"grid": "em9csKqXYUgqdHVmmqeZLB8YaFpLjVw2bmFTTElBHhMNTzgodD8eVzUeTDorRSkYYEQymV80e1M0ck0ugWVRwKCApWk0hF1BgmVP"
},
"url": "https://imagedelivery.net/1KomXrSWiTojGGip43n0SQ/e4268de5-4a74-45ff-67b8-dc46df12de00/public",
"width": 1360
},
"video": {
"download_url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4",
"height": 752,
"url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4",
"width": 1360
},
"video_raw": {
"duration": 5.041667,
"height": 752,
"media_type": "video",
"url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4",
"width": 1360
}
},
"created_at": "2024-12-22T13:38:40.139Z",
"id": "4665a07c-7641-4809-a133-10786201bb56",
"last_frame": {
"height": 752,
"media_type": "image",
"palette": null,
"url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/606108d9-9daf-4265-84fb-595f18240ac5/video_0_last_frame.jpg",
"width": 1360
},
"request": {
"aspect_ratio": "16:9",
"prompt": "cat dance"
},
"state": "completed",
"thumbnail": {
"height": 752,
"media_type": "image",
"palette": {
"grid": "em9csKqXYUgqdHVmmqeZLB8YaFpLjVw2bmFTTElBHhMNTzgodD8eVzUeTDorRSkYYEQymV80e1M0ck0ugWVRwKCApWk0hF1BgmVP"
},
"url": "https://imagedelivery.net/1KomXrSWiTojGGip43n0SQ/e4268de5-4a74-45ff-67b8-dc46df12de00/public",
"width": 1360
},
"video": {
"download_url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4",
"height": 752,
"url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4",
"width": 1360
},
"video_raw": {
"duration": 5.041667,
"height": 752,
"media_type": "video",
"url": "https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4",
"width": 1360
}
}
]来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899705,
"name": "批量获取任务",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "\"state\": \"completed\" 枚举值: \"pending\", \"processing\", \"completed\", \"failed\"",
"operationId": "",
"sourceUrl": "",
"method": "post",
"path": "/luma/tasks",
"tags": [],
"status": 1,
"requestBody": {
"type": "application/json",
"parameters": [],
"jsonSchema": {
"type": "object",
"properties": {
"model": {
"description": "使用的模型,可选,默认为 kling-image",
"type": "string"
},
"prompt": {
"description": "正向提示词,必需,描述你想要生成的图像内容,不能超过500个字符",
"type": "string"
},
"negative_prompt": {
"description": "负向提示词,可选,描述你不想在图像中出现的元素,不能超过200个字符",
"type": "string"
},
"image": {
"description": "参考图片,可选,支持 Base64 编码或图片 URL,支持 .jpg/.jpeg/.png 格式,大小不能超过 10MB",
"type": "string"
},
"image_fidelity": {
"description": "参考图片的影响强度,可选,取值范围:0-1,值越大,生成的图像越接近参考图片",
"type": "number"
},
"n": {
"description": "生成图片的数量,可选,取值范围:1-9",
"type": "integer"
},
"aspect_ratio": {
"description": "生成图片的纵横比,可选,可选值:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3",
"type": "string"
},
"callback_url": {
"description": "回调通知地址,可选,当任务状态发生变化时,系统会向这个地址发送通知",
"type": "string"
}
},
"required": [
"model",
"prompt",
"negative_prompt",
"image",
"image_fidelity",
"n",
"aspect_ratio",
"callback_url"
],
"x-apifox-orders": [
"model",
"prompt",
"negative_prompt",
"image",
"image_fidelity",
"n",
"aspect_ratio",
"callback_url"
]
},
"examples": [
{
"value": "{\n \"ids\": [\n \"4665a07c-7641-4809-a133-10786201bb56\"\n ]\n}",
"mediaType": "application/json",
"description": ""
}
],
"mediaType": "",
"oasExtensions": "",
"required": false,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [],
"cookie": [],
"header": [
{
"id": "NQs7bxnpZf",
"name": "Content-Type",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "application/json"
},
{
"id": "qb8tEQbCty",
"name": "Accept",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "application/json"
},
{
"id": "gBxcCbXhsa",
"name": "Authorization",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "Bearer {{YOUR_API_KEY}}"
}
]
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 133516779,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"artifact": {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"last_frame": {
"type": "object",
"properties": {
"height": {
"type": "integer"
},
"media_type": {
"type": "string"
},
"palette": {
"type": "null"
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"height",
"media_type",
"palette",
"url",
"width"
],
"x-apifox-orders": [
"height",
"media_type",
"palette",
"url",
"width"
]
},
"thumbnail": {
"type": "object",
"properties": {
"height": {
"type": "integer"
},
"media_type": {
"type": "string"
},
"palette": {
"type": "object",
"properties": {
"grid": {
"type": "string"
}
},
"required": [
"grid"
],
"x-apifox-orders": [
"grid"
]
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"height",
"media_type",
"palette",
"url",
"width"
],
"x-apifox-orders": [
"height",
"media_type",
"palette",
"url",
"width"
]
},
"video": {
"type": "object",
"properties": {
"download_url": {
"type": "string"
},
"height": {
"type": "integer"
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"download_url",
"height",
"url",
"width"
],
"x-apifox-orders": [
"download_url",
"height",
"url",
"width"
]
},
"video_raw": {
"type": "object",
"properties": {
"duration": {
"type": "number"
},
"height": {
"type": "integer"
},
"media_type": {
"type": "string"
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"duration",
"height",
"media_type",
"url",
"width"
],
"x-apifox-orders": [
"duration",
"height",
"media_type",
"url",
"width"
]
}
},
"required": [
"created_at",
"last_frame",
"thumbnail",
"video",
"video_raw"
],
"x-apifox-orders": [
"created_at",
"last_frame",
"thumbnail",
"video",
"video_raw"
]
},
"created_at": {
"type": "string"
},
"id": {
"type": "string"
},
"last_frame": {
"type": "object",
"properties": {
"height": {
"type": "integer"
},
"media_type": {
"type": "string"
},
"palette": {
"type": "null"
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"height",
"media_type",
"palette",
"url",
"width"
],
"x-apifox-orders": [
"height",
"media_type",
"palette",
"url",
"width"
]
},
"request": {
"type": "object",
"properties": {
"aspect_ratio": {
"type": "string"
},
"prompt": {
"type": "string"
}
},
"required": [
"aspect_ratio",
"prompt"
],
"x-apifox-orders": [
"aspect_ratio",
"prompt"
]
},
"state": {
"type": "string"
},
"thumbnail": {
"type": "object",
"properties": {
"height": {
"type": "integer"
},
"media_type": {
"type": "string"
},
"palette": {
"type": "object",
"properties": {
"grid": {
"type": "string"
}
},
"required": [
"grid"
],
"x-apifox-orders": [
"grid"
]
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"height",
"media_type",
"palette",
"url",
"width"
],
"x-apifox-orders": [
"height",
"media_type",
"palette",
"url",
"width"
]
},
"video": {
"type": "object",
"properties": {
"download_url": {
"type": "string"
},
"height": {
"type": "integer"
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"download_url",
"height",
"url",
"width"
],
"x-apifox-orders": [
"download_url",
"height",
"url",
"width"
]
},
"video_raw": {
"type": "object",
"properties": {
"duration": {
"type": "number"
},
"height": {
"type": "integer"
},
"media_type": {
"type": "string"
},
"url": {
"type": "string"
},
"width": {
"type": "integer"
}
},
"required": [
"duration",
"height",
"media_type",
"url",
"width"
],
"x-apifox-orders": [
"duration",
"height",
"media_type",
"url",
"width"
]
}
},
"x-apifox-orders": [
"artifact",
"created_at",
"id",
"last_frame",
"request",
"state",
"thumbnail",
"video",
"video_raw"
]
}
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": [],
"oasExtensions": ""
}
],
"responseExamples": [
{
"name": "成功示例",
"responseId": 133516779,
"data": "[\r\n {\r\n \"artifact\": {\r\n \"created_at\": \"0001-01-01T00:00:00Z\",\r\n \"last_frame\": {\r\n \"height\": 752,\r\n \"media_type\": \"image\",\r\n \"palette\": null,\r\n \"url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/606108d9-9daf-4265-84fb-595f18240ac5/video_0_last_frame.jpg\",\r\n \"width\": 1360\r\n },\r\n \"thumbnail\": {\r\n \"height\": 752,\r\n \"media_type\": \"image\",\r\n \"palette\": {\r\n \"grid\": \"em9csKqXYUgqdHVmmqeZLB8YaFpLjVw2bmFTTElBHhMNTzgodD8eVzUeTDorRSkYYEQymV80e1M0ck0ugWVRwKCApWk0hF1BgmVP\"\r\n },\r\n \"url\": \"https://imagedelivery.net/1KomXrSWiTojGGip43n0SQ/e4268de5-4a74-45ff-67b8-dc46df12de00/public\",\r\n \"width\": 1360\r\n },\r\n \"video\": {\r\n \"download_url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4\",\r\n \"height\": 752,\r\n \"url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4\",\r\n \"width\": 1360\r\n },\r\n \"video_raw\": {\r\n \"duration\": 5.041667,\r\n \"height\": 752,\r\n \"media_type\": \"video\",\r\n \"url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4\",\r\n \"width\": 1360\r\n }\r\n },\r\n \"created_at\": \"2024-12-22T13:38:40.139Z\",\r\n \"id\": \"4665a07c-7641-4809-a133-10786201bb56\",\r\n \"last_frame\": {\r\n \"height\": 752,\r\n \"media_type\": \"image\",\r\n \"palette\": null,\r\n \"url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/606108d9-9daf-4265-84fb-595f18240ac5/video_0_last_frame.jpg\",\r\n \"width\": 1360\r\n },\r\n \"request\": {\r\n \"aspect_ratio\": \"16:9\",\r\n \"prompt\": \"cat dance\"\r\n },\r\n \"state\": \"completed\",\r\n \"thumbnail\": {\r\n \"height\": 752,\r\n \"media_type\": \"image\",\r\n \"palette\": {\r\n \"grid\": \"em9csKqXYUgqdHVmmqeZLB8YaFpLjVw2bmFTTElBHhMNTzgodD8eVzUeTDorRSkYYEQymV80e1M0ck0ugWVRwKCApWk0hF1BgmVP\"\r\n },\r\n \"url\": \"https://imagedelivery.net/1KomXrSWiTojGGip43n0SQ/e4268de5-4a74-45ff-67b8-dc46df12de00/public\",\r\n \"width\": 1360\r\n },\r\n \"video\": {\r\n \"download_url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4\",\r\n \"height\": 752,\r\n \"url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4\",\r\n \"width\": 1360\r\n },\r\n \"video_raw\": {\r\n \"duration\": 5.041667,\r\n \"height\": 752,\r\n \"media_type\": \"video\",\r\n \"url\": \"https://storage.cdn-luma.com/dream-machine/b0d67582-c6f0-4973-a89c-3fea9d46d5e9/35049450-c008-4607-b1d0-0b025599f15d/video0b6619468da8e409da860706bbf26bbad.mp4\",\r\n \"width\": 1360\r\n }\r\n }\r\n]",
"description": "",
"oasKey": "",
"oasExtensions": "",
"id": "019fc09b-0b1c-71af-bbc9-ccecd9c287cf"
}
],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436131,
"ordering": 6,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {},
"isDefaultUrlEncoding": 1
},
"customApiFields": {},
"oasExtensions": "",
"mockScript": {},
"createdAt": "2026-08-02T03:53:34.000Z",
"updatedAt": "2026-08-06T12:15:55.000Z",
"creatorId": 2863449,
"editorId": 2863449,
"creatorUserId": 2863449,
"editorUserId": 2863449,
"responseChildren": [
"BLANK.133516779"
],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}