
![curl --request POST \
--url https://cloud.leonardo.ai/api/rest/v2/generations \
--header 'accept: application/json' \
--header 'authorization: Bearer YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '{
"model": "seedream-4.5",
"public": true,
"parameters": {
"prompt": "A sleek, modern logo reading \"ambersolace\" sits against a grainy, dark blue backdrop. The minimalist design features small, spaced-out letters in a peach color with an opaque quality, highlighted by subtle shadows. This image is a digital graphic that exudes elegance and simplicity. The logo commands attention with its tasteful layout and sophisticated color palette, creating a sense of refined style. The high resolution and attention to detail showcase the exquisite craftsmanship of the design, making it a striking visual element.",
"prompt_enhance": "OFF",
"quantity": 1,
"seed": 791998162,
"style_ids": [
"111dc692-d470-4eec-b791-3475abac4c46"
],
"width": 2048,
"height": 2048
}
}'](https://cdn.leonardo.ai/users/2be47f9d-7f04-4b79-b5ee-b8efb1d4b000/generations/1f13a462-3094-6d90-82c6-ff5f80c35beb/seedream-4.5_curl_--request_POST_--url_https_cloud.leonardo.ai_api_rest_v2_generations_--head-0.jpg)
curl --request POST \ --url https://cloud.leonardo.ai/api/rest/v2/generations \ --header 'accept: application/json' \ --header 'authorization: Bearer YOUR_API_KEY' \ --header 'content-type: application/json' \ --data '{ "model": "seedream-4.5", "public": true, "parameters": { "prompt": "A sleek, modern logo reading \"ambersolace\" sits against a grainy, dark blue backdrop. The minimalist design features small, spaced-out letters in a peach color with an opaque quality, highlighted by subtle shadows. This image is a digital graphic that exudes elegance and simplicity. The logo commands attention with its tasteful layout and sophisticated color palette, creating a sense of refined style. The high resolution and attention to detail showcase the exquisite craftsmanship of the design, making it a striking visual element.", "prompt_enhance": "OFF", "quantity": 1, "seed": 791998162, "style_ids": [ "111dc692-d470-4eec-b791-3475abac4c46" ], "width": 2048, "height": 2048 } }'