---
title: "Remove background"
method: POST
path: "/v1/image/remove-background"
tags: ["Images"]
---

# Remove background

`POST /v1/image/remove-background`

Removes the background from the input image by isolating the main subject and returns a cutout with a transparent background.

## Headers

- `accept` 'image/webp' | 'image/png' | 'image/jpeg'

## Response `200`

The image background was successfully removed.

## Other responses

- `400` — Bad request. May be missing required inputs or may have badly formatted inputs or options.
- `500` — Internal server error. Unable to remove background.

---

[API](https://skmtc.net/jasper/apis/jasper-api.md) · [All operations](https://skmtc.net/jasper/apis/jasper-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jasper/jasper-api/revisions/438914d9525e/schema)
