Examples
Each call takes a request and returns a hosted image URL you can route into your product.
Request
Input POST /v1/ideogram-v4/remix { "image": "peach.png" , "text_prompt": "make it a cartoon" , "image_weight": 10 }
Response 200
Output { "created": "2026-06-02T16:24:11Z", "data": [ { "url": "https://api.ideogram.ai/images/ephemeral/…-remix.png" , "resolution": "1024x1024" , "is_image_safe": true } ] }
Request
Input POST /v1/ideogram-v4/remix { "image": "peach.png" , "text_prompt": "make it a cartoon" , "image_weight": 50 }
Response 200
Output { "created": "2026-06-02T16:24:11Z", "data": [ { "url": "https://api.ideogram.ai/images/ephemeral/…-remix.png" , "resolution": "1024x1024" , "is_image_safe": true } ] }
Request
Input POST /v1/ideogram-v4/remix { "image": "peach.png" , "text_prompt": "make it a cartoon" , "image_weight": 90 }
Response 200
Output { "created": "2026-06-02T16:24:11Z", "data": [ { "url": "https://api.ideogram.ai/images/ephemeral/…-remix.png" , "resolution": "1024x1024" , "is_image_safe": true } ] }