Background Remover
Production-grade background removal API powered by AI. Upload a photo or provide a public URL and get back a clean transparent PNG or a composited image with your own custom background. Works great with people, pets, products, and complex scenes. Process single images or batch up to 10 at once. Supports JPEG, PNG, WebP, BMP, and TIFF up to 10MB. Features: - Remove backgrounds — transparent PNG…
Background Remover endpoints
| Method | Endpoint | Description |
|---|---|---|
| Background Removal | ||
| POST |
removeBackground /v1/results |
Process a single image to remove its background. Provide either `image` (file upload) or `url` (image URL). Optionally provide a custom background via `image-bg` or `url-bg`. |
| Batch | ||
| POST |
batchRemoveBackground /v1/batch |
Process multiple images in a single request. Provide either `images` (multiple file uploads) or `urls` (array of URLs). Custom background applies to all images in the batch. |
| System | ||
| GET |
getVersion /v1/version |
Returns the current API version |
Background Remover pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|
| PRO Recommended | $20 / month | 100 / second |
|
| ULTRA | $99 / month | 100 / second |
|
| MEGA | $200 / month | 500 / second |
|