v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBgenerate
Generate with Ideogram 3.0
Generates images synchronously based on a given prompt and optional parameters using the Ideogram 3.0 model.
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-v3/generate
Request body
Example request
{
"prompt": "A photo of a cat",
"seed": 12345,
"resolution": "1280x800",
"magic_prompt": "ON",
"negative_prompt": "brush strokes, painting",
"color_palette": {
"name": "PASTEL"
},
"style_codes": [
"AAFF5733",
"0133FF57",
"DE3357FF"
],
"style_type": "GENERAL",
"style_preset": "BRIGHT_ART",
"custom_model_uri": "model/my-custom-model/version/1"
}Response
Image(s) generated successfully.
Example response
{
"data": [
{
"style_type": "GENERAL",
"seed": 12345,
"upscaled_resolution": "4096x4096",
"prompt": "A serene tropical beach scene. Dominating the foreground are tall palm trees with lush green leaves, standing tall against a backdrop of a sandy beach. The beach leads to the azure waters of the sea, which gently kisses the shoreline. In the distance, there's an island or landmass with a silhouette of what appears to be a lighthouse or tower. The sky above is painted with fluffy white clouds, some of which are tinged with hues of pink and orange, suggesting either a sunrise or sunset.",
"resolution": "1280x800",
"url": "https://ideogram.ai/api/images/ephemeral/xtdZiqPwRxqY1Y7NExFmzB.png?exp=1743867804&sig=e13e12677633f646d8531a153d20e2d3698dca9ee7661ee5ba4f3b64e7ec3f89",
"is_image_safe": true
},
{
"style_type": "GENERAL",
"seed": 12345,
"upscaled_resolution": "4096x4096",
"prompt": "A serene tropical beach scene. Dominating the foreground are tall palm trees with lush green leaves, standing tall against a backdrop of a sandy beach. The beach leads to the azure waters of the sea, which gently kisses the shoreline. In the distance, there's an island or landmass with a silhouette of what appears to be a lighthouse or tower. The sky above is painted with fluffy white clouds, some of which are tinged with hues of pink and orange, suggesting either a sunrise or sunset.",
"resolution": "1280x800",
"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"
}