Authorization: Bearer ********************
{
"user_prompt": "string",
"expand_prompt": true,
"loop": false,
"image_url": "http://example.com",
"image_end_url": "http://example.com",
"notify_hook": "http://example.com",
"resolution": "720p",
"duration": "5s",
"model_name": "string"
}
curl --location --request POST 'https://draw.openai-next.com/luma/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "string",
"expand_prompt": true,
"loop": false,
"image_url": "http://example.com",
"image_end_url": "http://example.com",
"notify_hook": "http://example.com",
"resolution": "720p",
"duration": "5s",
"model_name": "string"
}'
{
"id": "9d4b7516-77e5-481a-b015-48313946f33b",
"prompt": "cat dance",
"state": "pending",
"created_at": "2024-07-01T07:35:13.498660Z",
"video": null,
"liked": null,
"estimate_wait_seconds": null
}