
🇺🇸 English

🇺🇸 English
- Chat Models
- Chat
- OpenAI-Realtime
- Completions
- Audio
- Image generation
- Embeddings
- Models
- Help
- Anthropic
- Suno
- Udio
- Midjourney API
- Flux
- Recraft
- Ideogram
- Luma
- Official
- Own format
- Runway
- Kling-API
- Replicate
- MiniMax
Get task
GET
/luma/generations/{task_id}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
task_id
string
required
Example:
f09085b0-5892-4952-ba05-574c198a5a3f
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Responses
🟢200成功
application/json
Body
id
string
required
liked
null
required
state
string
required
video
object
required
url
string
required
width
integer
required
height
integer
required
download_url
string
required
prompt
string
required
thumbnail
object
required
url
string
required
width
integer
required
height
integer
required
video_raw
object
required
url
string
required
width
integer
required
height
integer
required
created_at
string
required
last_frame
object
required
url
string
required
width
integer
required
height
integer
required
queue_state
null
required
estimate_wait_seconds
null
required
Example
{
"id": "644b6a06-8af6-4600-9a7f-6c895ade66fb",
"state": "completed",
"video": {
"url": "https://storage.cdn-luma.com/dream-machine/42d1defa-bed7-4d6f-861d-90cc0743bec9/d52fce1b-2e0b-42a6-aac1-5f11ffb643c5/video0b9d12873fcd94110b39c2df4ab74672d.mp4",
"width": 1360,
"height": 752,
"download_url": "https://storage.cdn-luma.com/dream-machine/42d1defa-bed7-4d6f-861d-90cc0743bec9/d52fce1b-2e0b-42a6-aac1-5f11ffb643c5/video0b9d12873fcd94110b39c2df4ab74672d.mp4"
},
"request": {
"prompt": "cat dance",
"aspect_ratio": "16:9"
},
"artifact": {
"video": {
"url": "https://storage.cdn-luma.com/dream-machine/42d1defa-bed7-4d6f-861d-90cc0743bec9/d52fce1b-2e0b-42a6-aac1-5f11ffb643c5/video0b9d12873fcd94110b39c2df4ab74672d.mp4",
"width": 1360,
"height": 752,
"download_url": "https://storage.cdn-luma.com/dream-machine/42d1defa-bed7-4d6f-861d-90cc0743bec9/d52fce1b-2e0b-42a6-aac1-5f11ffb643c5/video0b9d12873fcd94110b39c2df4ab74672d.mp4"
},
"thumbnail": {
"url": "https://imagedelivery.net/1KomXrSWiTojGGip43n0SQ/58d6934e-65de-4047-ce30-409a9cbc1b00/public",
"width": 1360,
"height": 752,
"palette": {
"grid": "nYx3v7Wfe1Q1Y04ze2NLQywcVD4thE4oh21WTDstHA8JOSgaiVUvOiggHxYRTjckclQ6nWAwhFUsaj0chVs/za6Su4RPklIifUIb"
},
"media_type": "image"
},
"video_raw": {
"url": "https://storage.cdn-luma.com/dream-machine/42d1defa-bed7-4d6f-861d-90cc0743bec9/d52fce1b-2e0b-42a6-aac1-5f11ffb643c5/video0b9d12873fcd94110b39c2df4ab74672d.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/42d1defa-bed7-4d6f-861d-90cc0743bec9/0711e412-fb36-48d6-964f-113f160e14de/video_0_last_frame.jpg",
"width": 1360,
"height": 752,
"palette": null,
"media_type": "image"
}
},
"thumbnail": {
"url": "https://imagedelivery.net/1KomXrSWiTojGGip43n0SQ/58d6934e-65de-4047-ce30-409a9cbc1b00/public",
"width": 1360,
"height": 752,
"palette": {
"grid": "nYx3v7Wfe1Q1Y04ze2NLQywcVD4thE4oh21WTDstHA8JOSgaiVUvOiggHxYRTjckclQ6nWAwhFUsaj0chVs/za6Su4RPklIifUIb"
},
"media_type": "image"
},
"video_raw": {
"url": "https://storage.cdn-luma.com/dream-machine/42d1defa-bed7-4d6f-861d-90cc0743bec9/d52fce1b-2e0b-42a6-aac1-5f11ffb643c5/video0b9d12873fcd94110b39c2df4ab74672d.mp4",
"width": 1360,
"height": 752,
"duration": 5.041667,
"media_type": "video"
},
"created_at": "2024-12-15T08:55:30.635Z",
"last_frame": {
"url": "https://storage.cdn-luma.com/dream-machine/42d1defa-bed7-4d6f-861d-90cc0743bec9/0711e412-fb36-48d6-964f-113f160e14de/video_0_last_frame.jpg",
"width": 1360,
"height": 752,
"palette": null,
"media_type": "image"
}
}
Modified at 2025-02-05 11:31:24