The highest quality Ideogram v4 model. v4 creates images with stunning realism, creative designs, and consistent styles
One POST request. Get the result back directly — as an image, video, or JSON depending on the tool.
curl -X POST https://apiai.me/api/workflow/ideogram-4 \
-H "X-API-Key: YOUR_API_KEY" \
-F "enable_copyright_detection=false" \
-F "json_prompt=VALUE" \
-F "prompt=VALUE" \
-F "resolution=None"
--output result.png
Test this tool visually before writing any code. Upload an image, set parameters, and see the result live. When it looks right, copy the auto-generated curl command and paste it into your app.
Process hundreds of images at once without writing a loop. Upload a CSV with one row per item, set your parameters, and download the results as a ZIP when they're done.
| Name | Type | Required | Description | Default / Options |
|---|---|---|---|---|
enable_copyright_detection |
string | optional | Opt into Ideogram 4.0 post-generation copyright detection. | falsetrue
|
json_prompt |
string | optional | Structured Ideogram 4.0 prompt as a JSON object. Use either prompt or json_prompt, not both. | — |
prompt |
string | required | Natural-language prompt. Enables Ideogram 4.0 Magic Prompt automatically. | — |
resolution |
string | optional | Output resolution. Omit to let Ideogram 4.0 choose the aspect ratio. | None2048x20481440x28802880x14401664x24962496x16641792x22402240x17921440x25602560x14401600x25602560x16001728x23042304x17281296x31683168x12961152x29442944x11521248x33283328x12481280x30723072x1280
|
Get an API key, test Ideogram 4 in the dashboard, and copy the curl command.