{
"user_prompt": "cat dance",
"expand_prompt": true,
"loop": false,
"image_url": "https://xxxxxx",
"image_end_url": "https://xxxxxx"
}
curl --location -g --request POST '{{BASE_URL}}/luma/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "cat dance",
"expand_prompt": true,
"loop": false,
"image_url": "https://xxxxxx",
"image_end_url": "https://xxxxxx"
}'
{
"id": "string",
"prompt": "string",
"state": "string",
"created_at": "string",
"video": null,
"liked": null,
"estimate_wait_seconds": null
}