Make.com
Automation
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.
Integrations
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
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
These integrations are for no-code and low-code automation. They are best when another app already stores, receives, or forwards the image.
Automation
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.
Automation
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.
Automation
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.
Developer Tools
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.
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.
API Contract
Download or copy the machine-readable BackgroundErase API contract for Swagger tooling, generated clients, schema validation, and internal API catalogs.
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.pngChoose a path
Choose Make, Zapier, or n8n when another app already receives the image and should pass the processed output onward.
Choose Postman when you want to test the raw API contract, confirm your key, and compare request options before implementation.
Choose direct API calls for backend services, queue workers, product tools, or any workflow that needs full control.
Resources
All integrations use the same BackgroundErase API surface, so you can test in Postman, prototype in an automation tool, and move to direct backend calls later.
Ready to test?
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.