워크플로 예시 1
입력: Prompt, 5 seconds, 16:9, image reference URL, callback URL
출력: 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 요청 빌더은 이 예시를 브라우저에서 처리하며 복사하기 전에 결과를 확인할 수 있습니다.