Authorization: Bearer ********************
{
"aspect_ratio": "string",
"expand_prompt": true,
"image_end_url": "string",
"image_url": "string",
"user_prompt": "string"
}
curl --location --request POST 'https://maxapi.blueshirtmap.com/luma/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "string",
"expand_prompt": true,
"image_end_url": "string",
"image_url": "string",
"user_prompt": "string"
}'
[
{
"created_at": "string",
"estimate_wait_seconds": null,
"id": "string",
"liked": null,
"prompt": "string",
"state": "string",
"video": {
"height": 0,
"thumbnail": null,
"url": "string",
"width": 0
}
}
]