Authorization: Bearer ********************
{
"user_prompt": "cat dance",
"expand_prompt": true
}
curl --location --request POST 'https://api.gpt.ge/luma/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "cat dance",
"expand_prompt": true
}'
{
"id": "e70fdf3c-ce95-4dd1-a967-220ce957aff5",
"state": "pending",
"created_at": "2024-12-24T18:01:25.319129Z",
"request": {
"prompt": "美人鱼",
"aspect_ratio": "16:9"
}
}