workflows.fit
Back to n8n workflows
n8n templateFreeBy Gegenfeld

Remove image backgrounds with APImage AI: Airtable to Google Drive

AI Background Removal Workflow This workflow automatically removes backgrounds from images stored in Airtable using the [APImage API πŸ‘₯](https://apimage.org), then downloads and saves the processed images to Google Dr...

Data & StorageDevelopmentCore NodesSticky NoteAirtableCodeSplit Out
Loading interactive preview...

Template notes

AI Background Removal Workflow

This workflow automatically removes backgrounds from images stored in Airtable using the [APImage API πŸ‘₯](https://apimage.org), then downloads and saves the processed images to Google Drive. Perfect for batch processing product photos, portraits, or any images that need clean, transparent backgrounds. The source (Airtable) and the storage (Google Drive) can be changed to any service or database you want/use.

![Remove Background Images Automated AI n8n workflow.jpg](fileId:1864)

🧩 Nodes Overview

1. Remove Background (Manual Trigger) This manual trigger starts the background removal process when clicked.

Customization Options: - Replace with Schedule Trigger for automatic daily/weekly processing - Replace with Webhook Trigger to start via API calls - Replace with File Trigger to process when new files are added

---

2. Get a Record (Airtable) Retrieves media files from your Airtable "Creatives Library" database. - Connects to the "Media Files" table in your Airtable base - Fetches records containing image thumbnails for processing - Returns all matching records with their thumbnail URLs and metadata