Authorization: Bearer ********************
{
"prompt": "string",
"seed": 0,
"resolution": "512x1536",
"aspect_ratio": "1x3",
"rendering_speed": "DEFAULT",
"magic_prompt": "AUTO",
"negative_prompt": "string",
"num_images": 1,
"color_palette": {
"name": "string"
},
"style_codes": [
"string"
],
"style_type": "GENERAL"
}
curl --location --request POST '/ideogram/v1/ideogram-v3/generate' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"seed": 0,
"resolution": "512x1536",
"aspect_ratio": "1x3",
"rendering_speed": "DEFAULT",
"magic_prompt": "AUTO",
"negative_prompt": "string",
"num_images": 1,
"color_palette": {
"name": "string"
},
"style_codes": [
"string"
],
"style_type": "GENERAL"
}'
{
"data": [
{
"seed": 511526458,
"prompt": "voluptate reprehenderit",
"resolution": "1024x1024",
"url": "https://v3.fal.media/files/koala/mSnuEvKTrnyY2mXY1i_qc_image.png",
"is_image_safe": true,
"style_type": "REALISTIC"
}
],
"created": "2025-08-27T18:23:28.806107195+08:00"
}