

Background removed → transparent PNG
Output
Fill in the inputs and run the node to see its output here.
Run it from your code
The same node, called by id from any surface. Every tab pins background-remover and passes the ports below. Full guide.
import { BlitClient } from "@blitflow/sdk";
const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });
const { outputs } = await runNode("background-remover", {
image: { ref: "https://..." },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node background-remover \
-i image=@https://...{
"name": "runs_node",
"arguments": {
"node": "background-remover",
"inputs": {
"image": {
"ref": "https://..."
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"background-remover","inputs":{"image":{"ref":"https://..."}}}'Schema
Inputs
| image* | IMAGE |
Outputs
| image | IMAGE |