- APIs
- Designcombo API
- Remove Background
Remove background
Remove background from an image.
POST
Parameters
Body
application/jsonimageUrlREQUIRED
string uri
URL of the image
format
string enum: png, jpg
Output format
| Status code | Description |
|---|---|
| 200 | Background removed successfully |
| 400 | No description |
| 401 | No description |
cURL
curl -L -X POST \"https://api.designcombo.dev/v2/images/remove-background" \-H 'Accept: application/json' \-H 'Authorization: Bearer YOUR_API_KEY' \-H 'Content-Type: application/json' \-d '{"imageUrl": "https://example.com/image-with-background.jpg","format": "png"}'