Background Removal API
Turn any photo into a clean, background-free cutout with one API call — ready to drop onto white, a brand color, or a whole new scene. Most "remove background" tools give themselves away: a grey halo around the edges, half the strands of hair chewed off, a jagged outline you end up fixing by hand. This one is built to nail exactly the parts they get wrong — fine hair, fur, soft edges — so the…
Background Removal API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Background Removal | ||
| POST |
removeBackground /remove-background |
Removes the background from one image and returns either a temporary download URL (default) or the raw image binary, depending on `response_format`. Exactly one image source must… |
| POST |
removeBackgroundBatch /batch |
Applies the same shared parameters (`size`, `format`, `bg_color`, `bg_image_url`, `crop_to_subject`, `model`) to every item in `images` (1 to 20 entries, each with `image_base64`… |
Background Removal API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|