ActionRemove.bgUpdated September 2026
How do I remove a background with Remove.bg?
Short answer: You can remove.bg remove background in Remove.bg by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Remove.bg Remove.bg Remove Background action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Image URL image_url | url | Required | Image URL. e.g. "https://example.com/photo.jpg" |
Output Size size | options | Optional | Output Size. Options: Auto, Preview (up to 625x400), Full (up to 25MP) |
Background Color bg_color | string | Optional | Leave empty for transparent |
Sample request
{"image_url": "https://example.com/photo.jpg","size": "{{trigger.size}}","bg_color": "#FFFFFF or transparent"}
Returns
{"type": "binary","content_type": "image/png"}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for Remove.bg Remove Background.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Remove.bg Remove Background.
What does the Remove.bg Remove Background action do in Remove.bg?
Strips background from an image, returns a PNG with the subject on transparent. For e-commerce product photography, profile-picture processing, marketing imagery prep at scale.
What inputs does Remove.bg Remove Background require?
Required: Image URL. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Remove.bg returns an error?
The run history shows the failed step with its input and the error message Remove.bg returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Remove.bg Remove Background support batch operations?
Run Remove.bg Remove Background inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Remove.bg's rate limits.