File size: 445 Bytes
54660dc
 
 
 
 
 
 
 
 
7bf41e6
54660dc
7bf41e6
54660dc
7bf41e6
54660dc
7bf41e6
54660dc
7bf41e6
54660dc
7bf41e6
54660dc
7bf41e6
54660dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: CutoutAI Background Remover
emoji: 🖼️
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
---

# CutoutAI Background Removal Service

This space hosts a custom API for removing backgrounds from images using BiRefNet.

## API Usage

**Endpoint:** `/remove-background`

**Method:** `POST`

**Body:** `multipart/form-data` with an `image` file.

**Response:** Returns the image PNG with transparent background.