bgdestroyer
Example on how to use CURL to remove background from local image `demo.jpg` and store the result as `removed-background.png`: ``` curl --request POST \ --url https://bgdestroyer.p.rapidapi.com/remove \ --header 'X-RapidAPI-Host: bgdestroyer.p.rapidapi.com' \ --header 'X-RapidAPI-Key: $RAPID_API_KEY' \ -F '[email protected]' -o removed-background.png ```
bgdestroyer endpoints
| Method | Endpoint | Description |
|---|---|---|
| remove | ||
| POST |
removeBackground /remove |
Remove the background from an image. Simply send your image as form file upload and get a PNG back with the background removed. |
bgdestroyer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $50 / month | — |
|