Background Removal
The [Background Removal API](https://api4.ai/apis/bg-removal) offers advanced image analysis for foreground segmentation and effortless background removal. Integrating seamlessly into your systems with just a few lines of code, it utilizes AI-driven algorithms to swiftly detect and accurately separate foreground edges from the background, ensuring clean cuts without visible artifacts.…
Background Removal endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Analyse image and return results /v1/results |
Performs actual image analysis and responds with results. Image must be a regular JPEG or PNG image (with or without transparency). Usually such images have extensions: `.jpg`,… |
| GET |
Get list of available modes /v1/modes |
The service provides three options for background removal results: * Mask of foreground. * Image with foreground object. * Image with foreground object with shadow. |
| GET |
Get version /v1/version |
Returns an actual version of the service in format `vX.Y.Z` where X is the version of API. |
Background Removal pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $69.99 / month | — |
|
| ULTRA | $569.99 / month | — |
|
| MEGA | $4,599.99 / month | — |
|