What is your goal?
I am trying to connect to the Luma Dream Machine API to generate a video using the HTTP (Make a request) module.
What is the problem & what have you tried?
I am consistently getting a 500 Internal Server Error instead of a 400/401, even though my setup seems correct.
What I have tried to ensure it’s not a Make setup issue:
Verified my API Key is active and my account has a $5.00 balance.
Ensured the Headers field in the HTTP module is completely empty to prevent any “Authorization” header duplicate conflicts.
Stripped the JSON payload down to the absolute bare minimum to rule out formatting errors: {“prompt”: “A beautiful sunset over the ocean”, “model”: “ray-3.2”}. (I also tested with “ray-2”).
Could this be an issue with Luma’s API server, or is there a hidden HTTP module setting I might have missed?
Error messages or input/output bundles
Endpoint URL: POST https://api.lumalabs.ai/dream-machine/v1/generations
Error Message:
JSON
{“code”:-1,“message”:“Server Error”}
Code: ConnectionError
