API reference
🇺🇸 English
  • 🇨🇳 Chinese
  • 🇺🇸 English
  1. Official
API reference
🇺🇸 English
  • 🇨🇳 Chinese
  • 🇺🇸 English
  • Chat Models
    • Chat
      • Create chat completion
      • vision
    • OpenAI-Realtime
    • Completions
      • Instruct
    • Audio
      • Transcriptions
      • Translations
      • Speech
    • Image generation
      • DALL·E 3
    • Embeddings
      • Create
    • Models
      • model list
    • Help
      • 常见问题及解决办法
  • Anthropic
    • Anthropic Claude
      POST
  • Suno
    • Generate music
      POST
    • Generate lyrics
      POST
    • Upload music
      POST
    • Music concat
      POST
    • Fetch task
      GET
    • Fetch batch tasks
      POST
  • Udio
    • Generate music
      POST
    • Fetch task
      GET
  • Midjourney API
    • Quick
    • Task Submit
      • Imagine
      • Action
      • Modal
      • Blend
      • Describe
      • Shorten
      • Upload discord
    • Get Task
      • Fetch task by ids
      • Fetch task by id
      • Get seed
  • Flux
    • Official
      • Generate
      • Finetune
      • Fetch task
    • OpenAI Dalle3
  • Recraft
    • Official
      • Generate Image
      • Vectorize Image
      • Remove Background
      • Clarity Upscale
      • Generative Upscale
      • Create style
    • OpenAI Dalle3
  • Ideogram
    • Generate
    • Remix
    • Edit
    • Upscale
    • Describe
  • Luma
    • Official
      • Generate
        POST
      • Fetch task
        GET
    • Own format
      • Submit
        • Generate
        • Get video of no mark
        • 扩展视频
      • Get task
        • Get task
        • Get batch task
  • Runway
    • Official
      • image to video
      • get task
    • reverse
      • text to video
      • image to video
      • video2video
      • Act-one
      • Get task
  • Kling-API
    • Callback
    • Generate image
    • Text 2 Video
    • Image 2 Video
    • Video extend
    • Get task
    • lip-sync
    • kolors-virtual-try-on
  • Replicate
    • Generate
    • Get
  • MiniMax
    • Generate video
    • Get task
    • Get file
  1. Official

Fetch task

GET
/dream-machine/v1/generations/{task_id}
Last modified:2025-02-05 11:29:45

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:
4b3c464e-94f6-4e54-bc21-12f0e6da5791
Header Params
Authorization
string 
optional
Default:
{{YOUR_API_KEY}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/dream-machine/v1/generations/4b3c464e-94f6-4e54-bc21-12f0e6da5791' \
--header 'Authorization: '

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
VIP账号有
url
string 
required
VIP账号有,该字段会是无水印视频链接
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": "32ec5549-7b7a-4111-a43b-445b3a89c8ef",
  "liked": null,
  "state": "completed",
  "video": {
    "url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/5f7ca010-7e0e-4faf-a654-f41ce735d0ff_watermarked_video05a8efbcf1ba2498bb02aa9dcefab47f8.mp4",
    "width": 752,
    "height": 1360,
    "download_url": "https://dc53a917a6f427706a8ca3ecc7d70ea4.r2.cloudflarestorage.com/ai-lumalabs-storage/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/0af7d264-0ab5-45f1-befb-e382c81d8023_video05a8efbcf1ba2498bb02aa9dcefab47f8.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=60bf44f30d45b472f9dd032de33e15d1%2F20241015%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20241015T085653Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=9b40f281fd019016625bb2a4fcdf9f9625de3dba2f5c80178f6bd5e8c4304499"
  },
  "prompt": "Please generate a video simulating the gentle undulating heights of water waves and sand dunes, with more focus on the imagery of the Nile River, based on the reference of the ceramic tile product design.",
  "thumbnail": {
    "url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/59ce5a3c-8fad-4735-94f7-243040c63a4e_video_0_thumb.jpg",
    "width": 752,
    "height": 1360
  },
  "video_raw": {
    "url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/0af7d264-0ab5-45f1-befb-e382c81d8023_video05a8efbcf1ba2498bb02aa9dcefab47f8.mp4",
    "width": 752,
    "height": 1360
  },
  "created_at": "2024-10-15T08:56:19.325Z",
  "last_frame": {
    "url": "https://storage.cdn-luma.com/lit_lite_inference_v1.6-xl/5bf08990-71ed-4a56-b531-2c2f02e18f51/0f434eba-2421-4abf-8a36-774abc3bf515_video_0_last_frame.jpg",
    "width": 752,
    "height": 1360
  },
  "queue_state": null,
  "estimate_wait_seconds": null
}
Previous
Generate
Next
Generate
Built with