{
  "name": "Automatically create YouTube metadata with AI",
  "nodes": [
    {
      "id": "07433551-9fa9-421c-a0bf-721fa1624304",
      "name": "Sticky Note11",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -320
      ],
      "parameters": {
        "width": 1075,
        "height": 736,
        "content": "## Developed by Amjid Ali\n\nThank you for using this workflow template. It has taken me countless hours of hard work, research, and dedication to develop, and I sincerely hope it adds value to your wor"
      }
    },
    {
      "id": "31a0c5e9-c6f6-4921-8f92-be84cc669869",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -220,
        -80
      ]
    },
    {
      "id": "d3c5df7c-2b57-4136-a790-cff68a03a2f1",
      "name": "syncbricks information",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        240,
        260
      ]
    },
    {
      "id": "e31ea741-3b99-4b3b-9b44-9dcca69f6384",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        40,
        200
      ]
    },
    {
      "id": "07b23889-9c41-4202-a41b-350cca850e63",
      "name": "Extract Video ID",
      "type": "n8n-nodes-base.set",
      "position": [
        540,
        -80
      ]
    },
    {
      "id": "44226e96-2429-497d-b84b-f3752f441b8b",
      "name": "Youtube Meta Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        120,
        -80
      ]
    },
    {
      "id": "727cdc7f-e783-4d98-8476-a1623310a1fc",
      "name": "YouTube",
      "type": "n8n-nodes-base.youTube",
      "position": [
        740,
        60
      ]
    },
    {
      "id": "631fbe64-2851-42f0-8657-ddd501abcd34",
      "name": "Format Tags",
      "type": "n8n-nodes-base.set",
      "position": [
        540,
        160
      ]
    },
    {
      "id": "e75c1fe1-eb58-4fb1-bcc9-ed969eb62a99",
      "name": "Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        400,
        240
      ]
    },
    {
      "id": "91327309-8d6a-4e46-8516-726916acd3f4",
      "name": "Form",
      "type": "n8n-nodes-base.form",
      "position": [
        940,
        60
      ]
    },
    {
      "id": "3ac5dc27-ccb4-470e-b49c-95198bba91e0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -320
      ],
      "parameters": {
        "width": 1435,
        "height": 736,
        "content": "##Youtube Meta Generator \n\nCustomize it for yoru own youtube channel\n\n\n"
      }
    }
  ],
  "connections": {
    "YouTube": {
      "main": [
        [
          {
            "node": "Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Tags": {
      "main": [
        [
          {
            "node": "YouTube",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Youtube Meta Generator",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Extract Video ID": {
      "main": [
        [
          {
            "node": "Format Tags",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Youtube Meta Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Youtube Meta Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Youtube Meta Generator": {
      "main": [
        [
          {
            "node": "Extract Video ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "syncbricks information": {
      "ai_tool": [
        [
          {
            "node": "Youtube Meta Generator",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}