🚀 Launch prices - Limited time offer!Get access now

Remove background

Remove background from an image.

POST

Parameters

Body

application/json
imageUrlREQUIRED
string uri
URL of the image
format
string enum: png, jpg
Output format
Status codeDescription
200Background removed successfully
400No description
401No 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"
}'