Skip to content

Image Generation


Generates an Image using AI


POST /api/ai/generate-image
Terminal window
https://api.cookie-api.com/api/ai/generate-image


{
"prompt": "Description of the Image that should be generated.",
}

curl --location 'https://api.cookie-api.com/api/ai/generate-image' \
--header 'Authorization: API_Key' \
--data '{
"prompt": "A nice House"
}'

Responses
{
"success": true,
"url": "https://images.cookie-api.com/ai/97b77115-ef86-4d88-872b-61c8b657ef2b.jpeg"
}