@poof-bg/n8n-nodes-poof
v1.0.7
Published
n8n nodes for Poof background removal API
Maintainers
Readme
@poof-bg/n8n-nodes-poof
This is an n8n community node for the Poof background removal API.
Poof is the developer-first standard for background removal — precise, fast, and scalable.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm
npm install @poof-bg/n8n-nodes-poofn8n Desktop/Cloud
- Go to Settings > Community Nodes
- Select Install
- Enter
@poof-bg/n8n-nodes-poofand click Install
Operations
Remove Background
Remove the background from an image.
Parameters:
| Parameter | Description | |-----------|-------------| | Input Binary Field | Name of the binary property containing the image | | Output Binary Field | Name of the binary property for the result |
Options:
| Option | Description | Default | |--------|-------------|---------| | Format | Output format: PNG, JPG, or WebP | PNG | | Channels | RGBA (transparent) or RGB (opaque) | RGBA | | Background Color | Color for RGB output (hex, rgb, or name) | - | | Size | Output size: full, preview, small, medium, large | full | | Crop to Subject | Crop image to subject bounds | false |
Get Account
Retrieve account information including plan details and credit usage.
Returns:
organizationId- Your organization IDplan- Current plan namemaxCredits- Total credits in billing cycleusedCredits- Credits used this cycleautoRechargeThreshold- Auto-recharge threshold (if enabled)
Credentials
You need a Poof API key to use this node.
- Sign up at dash.poof.bg
- Create an API key in your dashboard
- In n8n, create new credentials of type Poof API
- Paste your API key
Example Workflow
[Read Binary File] → [Poof: Remove Background] → [Write Binary File]- Read Binary File: Load an image
- Poof: Remove the background
- Write Binary File: Save the result
