---
title: "Unified Bg Remove"
method: POST
path: "/v1/images/remove-background"
tags: ["Unified Agent APIs"]
---

# Unified Bg Remove

`POST /v1/images/remove-background`

Removes background from any image. Returns base64-encoded transparent PNG.

## Request body

- BgRemoveRequest
  - `image_url` string, required
  - `size` string
  - `format` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/suprsonic/apis/suprsonic-unified-agent-api.md) · [All operations](https://skmtc.dev/suprsonic/apis/suprsonic-unified-agent-api/llms.txt) · [OpenAPI document](https://skmtc.dev/suprsonic/apis/suprsonic-unified-agent-api/revisions/fcd4ea70588a?raw)
