---
title: "Remove image background"
method: POST
path: "/api/v1/remove-background"
tags: ["Image Processing (v1)"]
---

# Remove image background

`POST /api/v1/remove-background`

## Response `200`

Background removed

- ProcessingResult
  - `success` boolean
  - `processing_id` string
  - `result` string — Base64-encoded result image
  - `credits_remaining` integer
  - `processing_time` number

## Other responses

- `401` — Unauthorized
- `402` — Insufficient credits

---

[API](https://skmtc.dev/pixelpanda/apis/pixelpanda-api.md) · [All operations](https://skmtc.dev/pixelpanda/apis/pixelpanda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixelpanda/pixelpanda-api/revisions/ab364b97afe5/schema)
