{
"model": "dall-e-3",
"size": "1024x1024",
"n": 1,
"prompt": "A close-up depiction of a domestic cat in a relaxed state. The cat features vibrant orange fur, with striking white markings around its eyes that extend down to its soft, pink nose. It has piercing green eyes, brimming with curiosity, and small white whiskers that contrast against its orange fur. The background is a gentle blur, allowing the observer to focus solely on the cat."
}
curl --location --request POST '/v1/images/generations?async=true' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "dall-e-3",
"size": "1024x1024",
"n": 1,
"prompt": "A close-up depiction of a domestic cat in a relaxed state. The cat features vibrant orange fur, with striking white markings around its eyes that extend down to its soft, pink nose. It has piercing green eyes, brimming with curiosity, and small white whiskers that contrast against its orange fur. The background is a gentle blur, allowing the observer to focus solely on the cat."
}'
{}