Remove Image Background

POST

/remove-image-background

Remove Image Background

Endpoint to remove the background from an image.

Request Body

imagestring

The image file to remove the background from.

Format: "binary"
Status codeDescription
200Successfully removed background
400Bad Request
500Internal Server Error
curl
curl --request POST \
  --url https://tinyapis.io/api/remove-image-background \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: YOUR_API_KEY' \
  --form image=IMAGE_PATH
Response
image/png