Background Removal API v1.0.0
This is a public version of the Background Removal API
You can authenticate using one of the following methods:
- An Api-Key header. For example, Api-Key: YOUR_API_KEY.
- A token query parameter. For example, if you want to make a request to a resource with URL /endpoint, you can specify your key as /endpoint?token=YOUR_API_KEY
Make sure that each request you perform includes your API key in one of the specified formats. Otherwise, the request will fail.
GET https://api-bgremover.icons8.com/api/v1/process_images?token=YOUR_API_KEY
page optional integer default 1
Page number
perPage optional integer default 10
Number of results per page. Max: 100
POST https://api-bgremover.icons8.com/api/v1/process_image?token=YOUR_API_KEY
image required file
201 - Image upload for process
id optional string
filename optional string
source optional object
processed optional object
status optional integer
statusName optional string
GET https://api-bgremover.icons8.com/api/v1/process_image?image_url=example123&token=YOUR_API_KEY
image_url required string
200 - Image upload for process
id optional string
filename optional string
source optional object
processed optional object
status optional integer
statusName optional string
GET https://api-bgremover.icons8.com/api/v1/process_image/{id}?token=YOUR_API_KEY
id required string
200 - Get processed image
id optional string
filename optional string
source optional object
processed optional object
status optional integer
statusName optional string