About this endpoint
What it does
Removes the background from the uploaded raster image and returns the processed result as a PNG download. The request sends the input image as multipart form data; the response is a binary file.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Optional output name value. No format constraints are declared beyond being a string. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image | String | Yes | Input raster image, provided as binary upload. |
Response
Returns a binary file response containing the processed image in PNG format.