POST
/
v1
/
image
/
tool
/
removebg
Follow the quickstart guide to get your own API Key.

The Remove Background API automatically detects the subject in an image and converts the background into transparent pixels. This API is suitable for images with a clear distinction between the subject and the background.

See the pricing page for pricing.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
image
string
required

URL of the original image.

Response

200 - application/json
image
string

URL of the background removed image.