Image tools
Remove background
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
URL of the original image.
Response
200 - application/json
URL of the background removed image.