v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBgenerate
Generate with the CFG-distilled Ideogram 4.0 model
Generates images synchronously using the CFG/guidance-distilled Ideogram 4.0 model, served guidance-free.
Images links are available for a limited period of time; if you would like to keep the image, you must download it.
post/v1/ideogram-v4-cfg-distilled/generate
Request body
Example request
{
"json_prompt": {
"high_level_description": "high_level_description",
"style_description": {
"photo": "photo",
"art_style": "art_style",
"medium": "medium",
"aesthetics": "aesthetics",
"lighting": "lighting",
"color_palette": [
"#FFD700",
"#FFD700"
]
},
"compositional_deconstruction": {
"background": "background",
"elements": [
{
"bbox": [
0,
0,
1000,
1000
],
"type": "obj",
"desc": "desc",
"color_palette": [
"#FFD700",
"#FFD700"
]
},
{
"bbox": [
0,
0,
1000,
1000
],
"type": "obj",
"desc": "desc",
"color_palette": [
"#FFD700",
"#FFD700"
]
}
]
},
"tags": [
"tags",
"tags"
]
},
"resolution": "2048x2048"
}Response
Image(s) generated successfully.
Example response
{
"data": [
{
"seed": 12345,
"prompt": "prompt",
"resolution": "1024x1024",
"url": "https://ideogram.ai/api/images/ephemeral/xtdZiqPwRxqY1Y7NExFmzB.png?exp=1743867804&sig=e13e12677633f646d8531a153d20e2d3698dca9ee7661ee5ba4f3b64e7ec3f89",
"is_image_safe": true
},
{
"seed": 12345,
"prompt": "prompt",
"resolution": "1024x1024",
"url": "https://ideogram.ai/api/images/ephemeral/xtdZiqPwRxqY1Y7NExFmzB.png?exp=1743867804&sig=e13e12677633f646d8531a153d20e2d3698dca9ee7661ee5ba4f3b64e7ec3f89",
"is_image_safe": true
}
],
"created": "2000-01-23T04:56:07+00:00",
"response_type": "url"
}