Background Remover API
# Background Remover API Remove backgrounds from images instantly using advanced U2-Net deep learning model. ## Features - ✨ **95% accuracy** AI background removal - 🖼️ **Multiple formats**: PNG (transparent), JPG, WebP - 🎨 **Custom backgrounds**: Add solid colors to JPG outputs - ⚡ **Fast processing**: 1-3 seconds per image - 📤 **Flexible input**: File upload or image URL - 🔒 **Secure &…
Background Remover API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Info | ||
| GET |
root__get / |
API root endpoint with basic information |
| Health | ||
| GET |
health_check_health_get /health |
Health check endpoint for monitoring |
| Background Removal | ||
| POST |
remove_background_from_url_remove_background_url_post /remove-background-url |
Provide an image URL and get back the image with background removed. **Supported formats:** JPEG, PNG, WebP, BMP **Max file size:** 10MB **Max dimension:** 4000px The API will… |
| POST |
remove_background_remove_background_post /remove-background |
Upload an image file and get back the image with background removed. **Supported formats:** JPEG, PNG, WebP, BMP **Max file size:** 10MB **Max dimension:** 4000px **Parameters:**… |
Background Remover API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / hour |
|
| PRO | $4.99 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $40 / month | — |
|