Ideogram API · Capability

Transparent backgrounds

Generate images with a transparent background built in, so stickers, icons, product art, and design assets are ready to use without a cutout step.

POST /v1/ideogram-v3/generate-transparent

Examples

Each call takes a request and returns a hosted image URL you can route into your product.

Request
POST /v1/ideogram-v3/generate-transparent { "prompt": "die-cut stickers of a sun, a cloud and a star" }
Response 200
Output
Sun, cloud and star stickers
{ "created": "2026-06-02T16:24:11Z", "data": [ { "url": "https://api.ideogram.ai/images/ephemeral/…-stickers.png" , "resolution": "1024x1024" , "is_image_safe": true } ] }
Request
POST /v1/ideogram-v3/generate-transparent { "prompt": "a glossy 3D treasure chest icon, app-icon style" }
Response 200
Output
A glossy 3D treasure chest icon
{ "created": "2026-06-02T16:24:11Z", "data": [ { "url": "https://api.ideogram.ai/images/ephemeral/…-chest.png" , "resolution": "1024x1024" , "is_image_safe": true } ] }

More capabilities

Back to the API overview