Skip to main content
POST
/
image
/
background-remove
/api/v1/image/background-remove
curl --request POST \
  --url https://api.venice.ai/api/v1/image/background-remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "image_url": "https://example.com/image.jpg"
}
'
"<string>"

Authorizations

Authorization
string
header
required

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

Body

Remove the background from an image. Provide either an image file/base64 or an image URL.

image

The image to remove the background from. Can be either a file upload or a base64-encoded string. File size must be less than 25MB.

image_url
string<uri>

URL of the image to remove the background from.

Example:

"https://example.com/image.jpg"

Response

OK - PNG image with transparent background

The response is of type file.