{
"user_prompt": "string",
"aspect_ratio": "string",
"expand_prompt": true,
"image_url": "string",
"image_end_url": "string"
}
curl --location -g --request POST '{{BASE_URL}}/luma/v1/generations' \
--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"
}'
{}