Integrations

Integrate Background Removal Into Any Workflow

Browse automation platforms and developer tools for testing, connecting, and shipping BackgroundErase API workflows with files, image URLs, transparent PNGs, alpha masks, and background replacement.

API surface

POST /v2

x-api-key
image_file multipart
image_url remote fetch
format, channels, size output flags

Automation

Make, Zapier, and n8n help you move images between apps.

Developer Tools

Postman, OpenAPI, curl, and SDK examples help you test requests before building the workflow.

Automation

Connect image cleanup to your app workflows.

These integrations are for no-code and low-code automation. They are best when another app already stores, receives, or forwards the image.

Start free trial
Mk

Make.com

Automation

Coming soon

Build visual scenarios that remove backgrounds from files, image URLs, and downstream app payloads.

Best for: Operations teams, catalog cleanup, Airtable records, Shopify product images, and folder-watch workflows.

FilesImage URLsAPI call
Za

Zapier

Automation

Coming soon

Send BackgroundErase actions through Zaps when your apps already exchange images and records.

Best for: Form uploads, app-to-app automations, CMS updates, Drive or Dropbox flows, and internal handoffs.

FilesImage URLsAPI call
n8

n8n

Automation

Available

Use the BackgroundErase community node in self-hosted n8n workflows with binary data or image URLs.

Best for: Technical automation teams, webhook pipelines, self-hosted workflows, and binary image processing.

Binary dataImage URLsAPI call

Developer Tools

Test the API contract before you wire production traffic.

Use Postman, the OpenAPI / Swagger JSON, curl, and SDK examples to inspect request headers, multipart fields, and output options before you build the final workflow.

Po

Postman

Developer Tool

Developer Tool

Open a public collection to inspect BackgroundErase requests and reach a successful API response before writing setup code.

Best for: Developers testing authentication, multipart form-data, output flags, alpha masks, and request examples.

Ready requestsCollection variablesOpenAPI-friendly
Open Postman guide
OA

OpenAPI / Swagger

API Contract

JSON

Download or copy the machine-readable BackgroundErase API contract for Swagger tooling, generated clients, schema validation, and internal API catalogs.

Download JSON

Curl quickstart

curl -f "https://api.backgrounderase.com/v2" \
  -H "x-api-key: YOUR_API_KEY" \
  -F "image_url=https://example.com/product.jpg" \
  -F "format=png" \
  -F "channels=rgba" \
  -F "size=preview" \
  --output output.png

Choose a path

Start with the surface that matches your next step.

1

Use automation platforms

Choose Make, Zapier, or n8n when another app already receives the image and should pass the processed output onward.

2

Use Postman first

Choose Postman when you want to test the raw API contract, confirm your key, and compare request options before implementation.

3

Use the API directly

Choose direct API calls for backend services, queue workers, product tools, or any workflow that needs full control.

Ready to test?

Start a free trial, get a key, then choose your integration path.

Create an API key, send one image through the surface that fits your workflow, and keep the same request contract as you move toward production.