워크플로 예시 1
Request fields: Prompt, 5 seconds, 16:9, image reference URL, callback URL
Generated snippet: curl -X POST "https://api.example.com/luma/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"...","duration":5,"aspect_ratio":"16:9","references":["https://example.com/ref.jpg"],"callback_url":"https://example.com/webhook"}'
Luma AI API Request Builder processes this example in the browser and lets you inspect the result before copying it.