remove.bg integration (AI, Design & Media). Imported from open-connector.
https://api.remove.bg/v1.0/removebg
| Param | Type | Required | Description |
|---|---|---|---|
| imageUrl | string | optional | A publicly reachable source image URL. Provide exactly one of imageUrl or conte… |
| contentBase64 | string | optional | Raw Base64-encoded source image bytes. Provide exactly one of imageUrl or conte… |
| size | string | optional | The maximum output resolution. Use preview for cheaper low-resolution output, a… |
| type | string | optional | The foreground type to detect or enforce. Use auto unless the subject category … |
| typeLevel | string | optional | How specific remove.bg should be when classifying the detected foreground type.… |
| format | string | optional | The output format. Use auto for the default, png or webp for transparency, jpg … |
| roi | string | optional | Region of interest as 'x1 y1 x2 y2' using px or % coordinates. Only content ins… |
| crop | boolean | optional | Whether to crop away empty transparent regions around the result. |
| cropMargin | string | optional | Extra margin to keep around the cropped subject, such as '30px', '10%', or four… |
| scale | string | optional | Subject scale relative to the output canvas, such as '75%' or 'original'. Scali… |
| position | string | optional | Subject position in the output canvas, such as 'original', 'center', '50% 50%',… |
| channels | string | optional | Whether to return the finalized RGBA image or only the alpha mask. Use rgba for… |
| shadowType | string | optional | A single shadow style for the result. Use auto, car, 3D, drop, or none. Prefer … |
| shadowOpacity | string | optional | A single shadow opacity for the result. Use auto or a value from 0 to 100 when … |
| semitransparency | boolean | optional | Whether to keep supported semi-transparent regions in the result, currently mos… |
| backgroundColor | string | optional | A solid background color to apply, such as a hex color or color name. Do not co… |
| backgroundImageUrl | string | optional | A publicly reachable background image URL to apply. Do not combine with backgro… |
| backgroundContentBase64 | string | optional | Raw Base64-encoded background image bytes to upload as the background image. Do… |
| backgroundFileName | string | optional | Optional filename for backgroundContentBase64 uploads. Only set this when backg… |
/account
/improve
| Param | Type | Required | Description |
|---|---|---|---|
| imageUrl | string | optional | A publicly reachable source image URL. Provide exactly one of imageUrl or conte… |
| contentBase64 | string | optional | Raw Base64-encoded source image bytes. Provide exactly one of imageUrl or conte… |
| fileName | string | optional | Optional source image filename sent to remove.bg for the improvement submission. |
| tag | string | optional | Optional grouping tag for related improvement submissions. |