{
"user_prompt": "cat dance",
"aspect_ratio": "16:9",
"expand_prompt": true,
"loop": true,
"image_url": "https://example.com/image.png",
"image_end_url": "https://example.com/end_image.png",
"notify_hook": "https://xxxxxxx"
}curl --location --request POST 'https://api.openai-hub.com/luma/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "cat dance",
"aspect_ratio": "16:9",
"expand_prompt": true,
"loop": true,
"image_url": "https://example.com/image.png",
"image_end_url": "https://example.com/end_image.png",
"notify_hook": "https://xxxxxxx"
}'{
"created_at": "2024-07-22T12:47:28.553735Z",
"estimate_wait_seconds": null,
"id": "fc7fb008-7a5e-40ad-a7ff-dbb63db61be8",
"last_frame": null,
"liked": null,
"prompt": "cat dance",
"state": "pending",
"thumbnail": null,
"video": null
}