Create a new Luma modify video generation task.
All APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Text prompt describing the desired video modifications. Required field that specifies how the input video should be modified.
"A futuristic cityscape at night with towering glass spires reaching into a starry sky. Neon lights in blue and purple illuminate the buildings while flying vehicles glide silently between the structures."
URL of the input video for modification. Required field.
"https://example.com/input-video.mp4"
The URL to receive video generation task completion updates. Optional but recommended for production use.
"https://your-callback-url.com/luma-callback"
Watermark identifier to add to the generated video.
"your-watermark-id"
Request successful
Response status code
200, 401, 402, 404, 422, 429, 455, 500, 501, 505 Error message when code != 200
"success"