{
  "name": "Remove image backgrounds with APImage AI: Airtable to Google Drive",
  "nodes": [
    {
      "id": "984abb02-168c-4f0d-8b5f-c45e3c15358c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        912,
        -80
      ],
      "parameters": {
        "width": 416,
        "height": 252,
        "content": "### ✨1.  How To Get Started\n\n1. Double-click the **APImage API** node to open it.\n2. Replace \"_YOUR_API_KEY_\" with your API Key.\n3. Use the **Remove Background** node to submit a request.\n\n**Note:** Y"
      }
    },
    {
      "id": "319e2532-7350-4f8c-9f76-1abed7a9481b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        912,
        576
      ],
      "parameters": {
        "width": 416,
        "height": 228,
        "content": "### 🧩 3. How to Extend or Customize\n- **Input:** You can replace the data input to the APImage API node with any other node that provides the required parameters. Refer to the documentation to ensure "
      }
    },
    {
      "id": "a1ab1aa1-5b9f-4ec1-8ee1-ba0fcdbc3af2",
      "name": "Get a record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        288,
        304
      ]
    },
    {
      "id": "d2a9e1a0-4490-4f09-ad98-d72126ab346f",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        512,
        304
      ]
    },
    {
      "id": "8c127d1b-b439-48b7-ad58-17ac9d9536af",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        736,
        304
      ]
    },
    {
      "id": "fa4b68bb-e223-4ca7-bc64-0b29929910e3",
      "name": "Download",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1184,
        304
      ]
    },
    {
      "id": "018f9383-1384-4e75-ae59-f3c09865a7fe",
      "name": "Upload file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1408,
        304
      ]
    },
    {
      "id": "e7a3de31-993c-4fc4-b243-32b25c841878",
      "name": "APImage API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        960,
        304
      ]
    },
    {
      "id": "5a7ae8df-2f88-43c5-8b35-de50f8389276",
      "name": "Remove Background",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        64,
        304
      ]
    },
    {
      "id": "b13ebf15-d26d-4bbd-96f1-8be97ad0c9c3",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        912,
        192
      ],
      "parameters": {
        "width": 416,
        "height": 368,
        "content": "###  ⚡ 2. Core Functionality \n- Background Removal (APImage API node)\n- Store final image (Download node)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n**Note:** You can change the rest of this workflow, but these two components a"
      }
    },
    {
      "id": "583b449b-e849-43b6-9cbb-d6569b65f9a3",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        192
      ],
      "parameters": {
        "width": 880,
        "height": 368,
        "content": "### Customize this part\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n**Note:** You can modify, customize, or completely replace all nodes in this section. For instance, you can swap Airtable for any other data source that pro"
      }
    },
    {
      "id": "33df6512-8693-4eee-9695-cb01e521aea7",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1344,
        192
      ],
      "parameters": {
        "width": 256,
        "height": 368,
        "content": "### Customize this part\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n**Note:** You can completely change or modify this part as well. "
      }
    },
    {
      "id": "018cdce1-5705-41db-aa61-2d53ddf865a3",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        912,
        -176
      ],
      "parameters": {
        "width": 416,
        "height": 80,
        "content": "# Start here"
      }
    },
    {
      "id": "83725205-b574-4066-8cfc-066b01abbab7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        912,
        816
      ],
      "parameters": {
        "width": 416,
        "height": 4576,
        "content": "### 📃 4. Full Workflow Documentation\n\n### 🟢 Remove Background (Manual Trigger)\n**Purpose:** Starts the workflow manually when you want to process images.\n- Click this node to begin the background remo"
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download": {
      "main": [
        [
          {
            "node": "Upload file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "APImage API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "APImage API": {
      "main": [
        [
          {
            "node": "Download",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get a record": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Remove Background": {
      "main": [
        [
          {
            "node": "Get a record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}