{
"user_prompt": "string",
"aspect_ratio": "string",
"expand_prompt": true,
"image_url": "string",
"image_end_url": "string",
"notify_hook": "string"
}
curl --location -g --request POST '{{BASE_URL}}/luma/generations_sync' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "string",
"aspect_ratio": "string",
"expand_prompt": true,
"image_url": "string",
"image_end_url": "string",
"notify_hook": "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
}