Background Remover & Auto Crop
This API removes the background from any image automatically using deep learning models, returning a transparent PNG with the subject preserved. It also includes an optional `crop` parameter to crop the image tightly around the subject after background removal, making it ideal for product photos, profile pictures, and e-commerce listings. ### Features: - ⚡ Fast background removal - ✂️ Optional…
Background Remover & Auto Crop endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
remove background /api/v1/remove_background |
Remove image background with a single API call. Optionally auto-crops the image to focus on the subject. Fast, reliable and production-ready. Just send the image URL or base64… |
| POST |
blur_background /api/v1/blur_background |
blur background |