批量获取任务
POST
https://xuedingmao.online/luma/tasks
请求参数
Authorization
Header 参数
Content-Type
string
必需
示例值:
application/json
Accept
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
model
string
必需
prompt
string
必需
negative_prompt
string
必需
image
string
必需
image_fidelity
number
必需
n
integer
必需
aspect_ratio
string
必需
callback_url
string
必需
示例
{
"ids": [
"4665a07c-7641-4809-a133-10786201bb56"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://xuedingmao.online/luma/tasks' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"4665a07c-7641-4809-a133-10786201bb56"
]
}'
返回响应
🟢200成功
application/json
Body
array of:
artifact
object
可选
created_at
string
必需
last_frame
object
必需
thumbnail
object
必需
video
object
必需
video_raw
object
必需
created_at
string
可选
id
string
可选
last_frame
object
可选
height
integer
必需
media_type
string
必需
palette
null
必需
url
string
必需
width
integer
必需
request
object
可选
aspect_ratio
string
必需
prompt
string
必需
state
string
可选
thumbnail
object
可选
height
integer
必需
media_type
string
必需
palette
object
必需
url
string
必需
width
integer
必需
video
object
可选
download_url
string
必需
height
integer
必需
url
string
必需
width
integer
必需
video_raw
object
可选
duration
number
必需
height
integer
必需
media_type
string
必需
url
string
必需
width
integer
必需
示例
[
{
"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
}
}
]
修改于 2025-04-02 04:33:35