{
"user_prompt": "robot fighting",
"aspect_ratio": "16:9",
"expand_prompt": true,
"image_url":""
}
curl --location --request POST '/luma/v1/generations' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "robot fighting",
"aspect_ratio": "16:9",
"expand_prompt": true,
"image_url":""
}'
{
"id": "ecda954b-0687-4f84-a197-f56394774637",
"prompt": "robot fighting",
"state": "completed",
"created_at": "2024-06-22T01:50:49.548000Z",
"video": {
"url": "https://storage.cdn-luma.com/lit_lite_inference_text2vid_v1.0/9db25b2a-331e-4f8b-baab-de58f4fcead2/watermarked_video0de96b841b0e241d284e1acf0659ccd78.mp4",
"width": 512,
"height": 512,
"thumbnail": null
},
"liked": null,
"estimate_wait_seconds": null
}