{
  "name": "Video to blog research automation with GPT-4o, Dumpling AI & Google Sheets",
  "nodes": [
    {
      "id": "b4cd7b7e-c7f6-4929-8772-d8d49e209db6",
      "name": "Watch Uploaded Videos",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -780,
        -60
      ]
    },
    {
      "id": "dafd1e7a-cf22-4ee9-832f-406db230068c",
      "name": "Download Video",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -560,
        -60
      ]
    },
    {
      "id": "a9416012-f251-4156-a8fe-d06847ec1268",
      "name": "Convert Video to Base64",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        -340,
        -60
      ]
    },
    {
      "id": "3f9cc134-5e8c-4496-a16a-eb701907d657",
      "name": "Transcribe with Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -120,
        -60
      ]
    },
    {
      "id": "64f39f44-577c-4c60-8be2-fc9ea39e802c",
      "name": "Extract Keywords with OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        100,
        -60
      ]
    },
    {
      "id": "8557c87e-53c8-4bf6-8b35-e13981a0a5fe",
      "name": "Run Competitor Research via Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        476,
        -60
      ]
    },
    {
      "id": "5a2d59bc-73d5-437e-bc2f-cef6783d3533",
      "name": "Format Results for Google Sheets",
      "type": "n8n-nodes-base.code",
      "position": [
        700,
        -60
      ]
    },
    {
      "id": "c7610f48-f86a-4be7-8087-04438ed2f023",
      "name": "Append to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        916,
        -60
      ]
    },
    {
      "id": "9eba3491-e0b6-49d6-a63f-63eaaf1125b3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -780,
        -360
      ],
      "parameters": {
        "width": 800,
        "height": 560,
        "content": "## 🎬 AI Video to Blog Research Automation\n\nThis workflow triggers when a video is uploaded to a specific Google Drive folder.\n\nIt performs the following steps:\n\n1. Downloads the video and converts it "
      }
    }
  ],
  "connections": {
    "Download Video": {
      "main": [
        [
          {
            "node": "Convert Video to Base64",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Watch Uploaded Videos": {
      "main": [
        [
          {
            "node": "Download Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Video to Base64": {
      "main": [
        [
          {
            "node": "Transcribe with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Transcribe with Dumpling AI": {
      "main": [
        [
          {
            "node": "Extract Keywords with OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Keywords with OpenAI": {
      "main": [
        [
          {
            "node": "Run Competitor Research via Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Results for Google Sheets": {
      "main": [
        [
          {
            "node": "Append to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Competitor Research via Dumpling AI": {
      "main": [
        [
          {
            "node": "Format Results for Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}