About this endpoint
What it does
Downloads the image found at the provided URL, removes its background, and returns the result as a PNG file download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename or identifier for the generated download. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| image_url | String | Yes | Source image URL. Format: URI. |
Response
Returns a binary file response containing the processed image as a PNG download.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| — | — | — | Binary file content; no JSON fields are defined in the output schema. |