Image Generation

Ideogram 4API

The highest quality Ideogram v4 model. v4 creates images with stunning realism, creative designs, and consistent styles

Test in Dashboard View Docs ← All Tools

Three ways to use this tool

REST API

One POST request. Get the result back directly — as an image, video, or JSON depending on the tool.

terminal
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

Dashboard Playground

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.

  1. Open the dashboard → API Toolbox
  2. Find Ideogram 4 and click it
  3. Upload your input and adjust parameters
  4. Copy the curl command and ship
Open Dashboard →

Batch Processing

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.

  1. Open the dashboard → Batches
  2. Select Ideogram 4
  3. Add your content and start the batch
  4. Download results ZIP when complete
Go to Batches →

Parameters

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

Ready to integrate?

Get an API key, test Ideogram 4 in the dashboard, and copy the curl command.

Get API Key Full API Reference