Examples
Each call takes a request and returns a hosted image URL you can route into your product.
Request
Input
POST /v1/remove-background { "image": "plant.jpg" }
Response 200
Output
{ "created": "2026-06-02T16:24:11Z", "data": [ { "url": "https://api.ideogram.ai/images/ephemeral/…-cutout.png" , "is_image_safe": true } ] }
Request
Input
POST /v1/remove-background { "image": "sneakers.jpg" }
Response 200
Output
{ "created": "2026-06-02T16:24:11Z", "data": [ { "url": "https://api.ideogram.ai/images/ephemeral/…-cutout.png" , "is_image_safe": true } ] }