Ideogram BG Remover

AI background remover
built for graphic design.

MY PLANS FOR TODAY wine glass illustration, background removedLATER alligator in pink boa with sunglasses, background removedSan Jose retro sunset palm trees logo, background removedWhite leather sneakers on glossy reflective surface, background removedPortrait in cherry blossoms with sunglasses, background removedRaccoon sketch with sunglasses sipping bubble tea, background removedRISE NOW flame typography, background removedDIA das MÃES perfume bottle Mother's Day promo, background removed29 LAB. stencil, background removedFolk-art deer in floral wreath, background removedTOUGH rhino graphic, background removedOCEAN CHILD vintage typography with waves, background removedMY PLANS FOR TODAY wine glass illustration, background removedLATER alligator in pink boa with sunglasses, background removedSan Jose retro sunset palm trees logo, background removedWhite leather sneakers on glossy reflective surface, background removedPortrait in cherry blossoms with sunglasses, background removedRaccoon sketch with sunglasses sipping bubble tea, background removedRISE NOW flame typography, background removedDIA das MÃES perfume bottle Mother's Day promo, background removed29 LAB. stencil, background removedFolk-art deer in floral wreath, background removedTOUGH rhino graphic, background removedOCEAN CHILD vintage typography with waves, background removed
MY PLANS FOR TODAY wine glass illustration, originalLATER alligator in pink boa with sunglasses, originalSan Jose retro sunset palm trees logo, originalWhite leather sneakers on glossy reflective surface, originalPortrait in cherry blossoms with sunglasses, originalRaccoon sketch with sunglasses sipping bubble tea, originalRISE NOW flame typography, originalDIA das MÃES perfume bottle Mother's Day promo, original29 LAB. stencil, originalFolk-art deer in floral wreath, originalTOUGH rhino graphic, originalOCEAN CHILD vintage typography with waves, originalMY PLANS FOR TODAY wine glass illustration, originalLATER alligator in pink boa with sunglasses, originalSan Jose retro sunset palm trees logo, originalWhite leather sneakers on glossy reflective surface, originalPortrait in cherry blossoms with sunglasses, originalRaccoon sketch with sunglasses sipping bubble tea, originalRISE NOW flame typography, originalDIA das MÃES perfume bottle Mother's Day promo, original29 LAB. stencil, originalFolk-art deer in floral wreath, originalTOUGH rhino graphic, originalOCEAN CHILD vintage typography with waves, original
Original BG removed New BG

Production-ready background remover for designers, setting a new standard for background removal. Obtain transparent PNGs with clean edges on letters, logos, and intricate cutouts.

Explore API Try it now
Available on all plans and via the API.

New approach

A generative background remover,
not a segmentation model.

Most background removers are segmentation models that classify pixels as foreground or background without a deep semantic understanding of the image. The main challenge in background removal lies at the borders, where pixels naturally blend the foreground and background, and the correct output is a partial transparency paired with the foreground color underneath. This is the matting problem, and segmentation models are not built to solve it. The translucent edge of a glass carries the color of the wall behind it, hair scatters light into a soft halo, and an anti-aliased typographic stroke is by design indistinguishable from its surrounding. The failures show up in the alpha channel as halos, fringing, and residual color from the discarded background.

Ideogram approaches the problem differently. The background remover is a generative model trained from the ground up, which carries a deep semantic understanding of the scene it depicts. Because the model already knows what a bottle, a strand of hair, or a typographic stroke looks like, it can reconstruct each border pixel as a partial transparency paired with the foreground color it should carry. Transparency is preserved through glass and other refractive surfaces, fine detail survives unaltered, and the output is a transparent PNG with no halos, no residual color, and no need for cleanup in Photoshop.

Input
Ideogram BG Remover Output
Input: wine glass with red wine splashing, against a soft window light
Output: transparent PNG with the wine glass isolated, refraction preserved
Input: sloth hanging from a cherry-blossom branch in front of a red sun, on black
Output: transparent PNG with the sloth, branch, blossoms, and red sun isolated, fine fur and petal edges preserved

Comparison with the state-of-the-art

No manual cleanup needed with Ideogram BG Remover.

Same input run through Ideogram and the leading commercial and open-source background removers. Look at the typography stroke, the negative space, and the soft edges. The difference is in the alpha channel.

Ideogram $0.01/image
Photoroom $0.005/image
graphic, background removed by Ideogram
graphic, background removed by Photoroom
TOUGH rhino graphic, background removed by Ideogram
TOUGH rhino graphic, background removed by Photoroom
OCEAN CHILD typography with waves, background removed by Ideogram
OCEAN CHILD typography with waves, background removed by Photoroom
29 LAB. stencil, background removed by Ideogram
29 LAB. stencil, background removed by Photoroom

API

One API call for a
production-ready transparent PNG.

POST an image to /v1/remove-background and receive a signed URL to the transparent PNG. The endpoint is built for teams running volume across product launches, marketplace listings, and catalog refreshes that need consistency over thousands of images. The cutout quality is the same on the first request and the ten-thousandth. Pricing is per image, with volume tiers for enterprise teams.

Python
import requests

with open("input.jpg", "rb") as f:
    r = requests.post(
        "https://api.ideogram.ai/v1/remove-background",
        headers={"Api-Key": "YOUR_API_KEY"},
        files={"image": f},
    )

# Signed URL is short-lived; download to keep.
url = r.json()["data"][0]["url"]
open("cutout.png", "wb").write(requests.get(url).content)

Questions

Frequently asked

Why is Ideogram the best background remover?+
Ideogram produces cleaner edges than remove.bg, Photoroom, BiRefNet, and RemBG on the hardest subjects: glass, reflections, refraction, and fine product silhouettes. The output is a transparent PNG with no fringing, no halo, no manual cleanup.
How was Ideogram able to outperform other background removal models?+
Ideogram's research team was the first to solve reliable text rendering in a text-to-image model. That work required a deep understanding of how letterforms, fine strokes, and anti-aliased edges behave at the pixel level. The same expertise transfers directly to background removal, producing cleaner alpha channels where other tools struggle: logos, fine typography, intricate cutouts, and refraction through glass.
Does it handle glass and transparent objects?+
Yes. Glass, reflections, and semi-transparent materials are preserved correctly in the alpha channel, where other tools produce halo artifacts or lose fine detail.
Can I process images in bulk via the API?+
Yes. A dedicated endpoint handles background removal. POST an image, receive a transparent PNG. See developer.ideogram.ai for documentation.
What image formats are supported?+
JPEG, PNG, and WebP inputs. Results are transparent PNGs with a clean alpha channel.
How does it compare to remove.bg and PhotoRoom?+
Ideogram outperforms both on edge precision, particularly on glass and reflections. It is also 20× cheaper than remove.bg ($0.01 per image versus $0.20). The comparison grid above shows side-by-side cutouts on the same image.

Setting a new standard for background removal.

Glass, refraction, fine edges. Transparent PNG, no manual cleanup.

Explore API Try it now