{
  "name": "Video transcription automation with VLM Run, Google Drive and Docs",
  "nodes": [
    {
      "id": "94b539fa-9877-47a6-a727-e195f27ebf73",
      "name": "🎥 Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        1500
      ],
      "parameters": {
        "width": 420,
        "height": 720,
        "content": "## 🎥 AI Video Transcription with VLM Run\n\n**Overview:**\nAutomatically processes video files uploaded to Google Drive and generates accurate transcriptions using AI-powered speech recognition.\n\n**Workf"
      }
    },
    {
      "id": "1d2add63-d03f-4942-9133-f333292b1997",
      "name": "📄 Output Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1700,
        1500
      ],
      "parameters": {
        "width": 280,
        "height": 720,
        "content": "## 📄 Data Storage\n\n**Stores transcription data in Google Docs for easy access and sharing.**\n\n**Document Contents:**\n- Complete transcript\n- Timestamp segments\n- Video duration\n- Processing metadata\n-"
      }
    },
    {
      "id": "5b1c2e5c-18c3-4eb5-be25-e13bff63b5b3",
      "name": "VLM Run Video Transcriber",
      "type": "@vlm-run/n8n-nodes-vlmrun.vlmRun",
      "position": [
        1100,
        2040
      ]
    },
    {
      "id": "cdfb1da6-96be-448a-a9ca-7339699853dd",
      "name": "Monitor Video Uploads",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        680,
        2040
      ]
    },
    {
      "id": "93c7c96d-5b81-49e6-adeb-37d0ec18f062",
      "name": "Receive Transcription Results",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1460,
        2040
      ]
    },
    {
      "id": "c27f4400-c459-4bb7-a5ea-ba223ef1c12f",
      "name": "Download Video",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        860,
        2040
      ]
    },
    {
      "id": "faad711b-8490-429f-81aa-fded34249ed9",
      "name": "Save Transcription to Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        1760,
        2040
      ]
    },
    {
      "id": "0c1f6206-8728-47de-aff5-456aeec93328",
      "name": "📁 Input Documentation1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        1500
      ],
      "parameters": {
        "width": 380,
        "height": 720,
        "content": "## 📁 Video Input Processing\n\n**Monitors Google Drive folder and downloads video files for AI transcription.**\n\n**Process:**\n1. Watches for new video files\n2. Auto-triggers on upload\n3. Downloads for p"
      }
    },
    {
      "id": "5b8dd7a1-f625-49bb-b133-fddcf9a97530",
      "name": "🤖 AI Processing Documentation1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        1500
      ],
      "parameters": {
        "width": 320,
        "height": 720,
        "content": "## 🤖 AI Video Transcription\n\n**VLM Run processes video files to extract accurate speech transcriptions.**\n\n**Generated Data:**\n- Full transcript text\n- Timestamp segments\n- Speaker identification\n- Du"
      }
    },
    {
      "id": "eb8f4d04-0f6f-4243-80d7-5a483b30ce04",
      "name": "🔗 Async Processing Documentation1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1360,
        1500
      ],
      "parameters": {
        "width": 320,
        "height": 720,
        "content": "## 🔗 Async Processing Flow\n\n**How asynchronous processing works:**\n\n**Step 1:** Video sent to VLM Run with callback URL\n**Step 2:** Speech recognition starts in background\n**Step 3:** Webhook receives"
      }
    }
  ],
  "connections": {
    "Download Video": {
      "main": [
        [
          {
            "node": "VLM Run Video Transcriber",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Monitor Video Uploads": {
      "main": [
        [
          {
            "node": "Download Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Transcription Results": {
      "main": [
        [
          {
            "node": "Save Transcription to Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}