makevid
  1. Luma
makevid
  • Introduction
  • Luma
    • Create Luma Video
      POST
    • Get Luma Video
      GET
  • Runway
    • Create Runway Video
      POST
    • Get Runway Video
      GET
  • Kling
    • Text to Video
      POST
    • Get Text2Video Result
      GET
    • Image to Video
      POST
    • Get Image2Video Result
      GET
  1. Luma

Get Luma Video

GET
/api/v1/get_luma/{id}

Request

Path Params

Request Code 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 --request GET 'https://makevid.ai/api/v1/get_luma/08eba02a-91c1-48e1-9cbc-9eb91c21c7ce'

Responses

🟢200Success
application/json
Body

Example
{
    "id": "70186a6f-e526-440e-b092-8d27d8b44dfc",
    "liked": null,
    "state": "completed",
    "video": {
        "url": "https://storage.cdn-luma.com/dream_machine/e5024136-4441-4c15-8508-2092135d6c2c/watermarked_video08e26a85e03e648f4879f8a2861634280.mp4",
        "width": 1024,
        "height": 1024,
        "download_url": "https://dc53a917a6f427706a8ca3ecc7d70ea4.r2.cloudflarestorage.com/ai-lumalabs-storage/dream_machine/e5024136-4441-4c15-8508-2092135d6c2c/e54a287f-a443-4b1b-a25b-90ae4cc32c25_raw_video_0.mp4_video08e26a85e03e648f4879f8a2861634280.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=60bf44f30d45b472f9dd032de33e15d1%2F20240908%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20240908T110442Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=208db4810fc93868bac4c8db3a1a7cd86f0538bb1f84122a24d854488df0bfc9"
    },
    "prompt": "camera pull out",
    "thumbnail": {
        "url": "https://storage.cdn-luma.com/dream_machine/e5024136-4441-4c15-8508-2092135d6c2c/video_0_thumb.jpg",
        "width": 1024,
        "height": 1024
    },
    "video_raw": {
        "url": "https://storage.cdn-luma.com/dream_machine/e5024136-4441-4c15-8508-2092135d6c2c/e54a287f-a443-4b1b-a25b-90ae4cc32c25_raw_video_0.mp4_video08e26a85e03e648f4879f8a2861634280.mp4",
        "width": 1024,
        "height": 1024
    },
    "created_at": "2024-09-08T11:03:26.36Z",
    "last_frame": {
        "url": "https://storage.cdn-luma.com/dream_machine/e5024136-4441-4c15-8508-2092135d6c2c/video_0_last_frame.jpg",
        "width": 1024,
        "height": 1024
    },
    "queue_state": null,
    "estimate_wait_seconds": null
}
Modified at 2024-09-24 09:36:09
Previous
Create Luma Video
Next
Create Runway Video
Built with