{
  "name": "Create YouTube shorts scripts from video links with Gemini AI and Telegram",
  "nodes": [
    {
      "id": "fc5a9462-5e0c-4425-9e24-bf7794da0974",
      "name": "Send Summary",
      "type": "n8n-nodes-base.telegram",
      "position": [
        980,
        400
      ]
    },
    {
      "id": "be08404f-7005-46dc-bda0-9fa3bcd638f9",
      "name": "Input URL",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        0,
        400
      ]
    },
    {
      "id": "9a74e5e6-e063-4c2d-aeeb-f627a1c8a878",
      "name": "Make Transcribe",
      "type": "n8n-nodes-supadata.supadata",
      "position": [
        160,
        400
      ]
    },
    {
      "id": "1fc965aa-ed57-48b5-8185-1e163a9dd7b2",
      "name": "Parsing",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        800,
        580
      ]
    },
    {
      "id": "d7699f35-e66d-43ae-b0e7-5182cf89b6f0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        320
      ],
      "parameters": {
        "width": 600,
        "height": 340,
        "content": "## Get Video Link and Transcribe Video"
      }
    },
    {
      "id": "acd8d2c1-1949-4ac5-a788-69fe154d1fca",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        320
      ],
      "parameters": {
        "width": 620,
        "height": 420,
        "content": "## AI PARSING & Send Script"
      }
    },
    {
      "id": "6630067d-5175-41f5-be71-833f27c43cb1",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        540,
        100
      ],
      "parameters": {
        "width": 640,
        "height": 200,
        "content": "## This Template is Free✨\n\n### Have any request, contact me [Here](https://x.com/taiki_16_k)"
      }
    },
    {
      "id": "7c9fb068-f93d-4836-be6d-031a1a96cafc",
      "name": "Script mapping",
      "type": "n8n-nodes-base.set",
      "position": [
        320,
        400
      ]
    },
    {
      "id": "c5c3e290-df5b-43b7-a2b8-1aaaf88b5a06",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        620,
        580
      ]
    },
    {
      "id": "522ed972-2fb6-4c39-b9d7-bf8c2aaa5399",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        100
      ],
      "parameters": {
        "width": 600,
        "height": 200,
        "content": "## Required API Keys:\n- **Supadata KEY**: Get your transcription API key [here](https://supadata.com/)\n\n### Setup Instructions:\n1. Send URL to your bot to start Transcribing"
      }
    },
    {
      "id": "5e57ee04-c618-4afb-8bf8-f4ddfe13c04c",
      "name": "Create Script",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        620,
        400
      ]
    }
  ],
  "connections": {
    "Parsing": {
      "ai_outputParser": [
        [
          {
            "node": "Create Script",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Input URL": {
      "main": [
        [
          {
            "node": "Make Transcribe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Create Script",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Summary": {
      "main": [
        []
      ]
    },
    "Create Script": {
      "main": [
        [
          {
            "node": "Send Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Make Transcribe": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Create Script",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}