{
  "name": "Auto-clip long videos into viral short clips with Vizard AI and social publishing",
  "nodes": [
    {
      "id": "3cf5ece7-2bd7-4d07-8693-8139f9e9e6e6",
      "name": "Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        1216,
        544
      ]
    },
    {
      "id": "ef345fa8-3a00-45bd-bb29-c2f1f0e268d3",
      "name": "Get Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2064,
        64
      ]
    },
    {
      "id": "950e47bc-e0d4-4d13-a82c-6c2585524a91",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1856,
        96
      ]
    },
    {
      "id": "f82fef94-2bd9-481f-927c-549d2a83abda",
      "name": "Check Status",
      "type": "n8n-nodes-base.switch",
      "position": [
        2304,
        80
      ]
    },
    {
      "id": "18e12e7d-bd6c-44ed-a522-4fe010ba6e30",
      "name": "Split Clips",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        2592,
        96
      ]
    },
    {
      "id": "a1dd71a7-c42b-4d85-856a-889d6f298d10",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        992,
        544
      ]
    },
    {
      "id": "502a587d-7f27-4b8f-85c8-3dba1f47424f",
      "name": "Filter by Viral Score",
      "type": "n8n-nodes-base.filter",
      "position": [
        2800,
        96
      ]
    },
    {
      "id": "58229a8e-c25a-4ec4-bdc6-612eb9587acc",
      "name": "Append Source (Success)",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2304,
        480
      ]
    },
    {
      "id": "ea21e989-f502-497c-a912-8b740fbf51bf",
      "name": "Append Source (Failed) 2",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2080,
        480
      ]
    },
    {
      "id": "b14cac2d-8692-42df-8432-23a5271307e9",
      "name": "Append Source (Failed) ",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1872,
        480
      ]
    },
    {
      "id": "972d3be0-a368-427b-84ed-8e5fc09f08fa",
      "name": "AI Clipper",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1408,
        192
      ]
    },
    {
      "id": "b82af3a4-8103-4040-b5fd-5a5783b56660",
      "name": "Success?",
      "type": "n8n-nodes-base.if",
      "position": [
        1632,
        192
      ]
    },
    {
      "id": "171b53a7-7ce0-46c9-aee5-7e93233801d2",
      "name": "Post to Tiktok",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        3024,
        96
      ]
    },
    {
      "id": "6ff0c51e-5761-48fc-9fc5-bc467c9955a4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        -160
      ],
      "parameters": {
        "width": 672,
        "height": 528,
        "content": "## Auto-clip long videos into viral short clips using Vizard AI\n\nThis workflow turns long-form YouTube or video URLs into short, high-viral-potential clips, then automatically publishes them to social"
      }
    },
    {
      "id": "c730c5f8-5c4f-451e-82de-96627ee3e364",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1344,
        16
      ],
      "parameters": {
        "width": 1136,
        "height": 352,
        "content": "## Video Generation Logic using Vizard AI\nIt calls Vizard AI to generate the short clips and for every 5 seconds it will check \nif the process succeeded or fail"
      }
    },
    {
      "id": "9ff35fae-5e0f-4c26-bd80-26ad9b032a72",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1824,
        400
      ],
      "parameters": {
        "width": 672,
        "height": 272,
        "content": "## Track Everything in Google Sheet"
      }
    },
    {
      "id": "86c9d83a-9370-46a0-bcbd-2a4f5d9e39f7",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2512,
        16
      ],
      "parameters": {
        "width": 736,
        "height": 256,
        "content": "## Upload to social media (Customizable)"
      }
    },
    {
      "id": "5e8dee96-53bd-4895-b29b-f9c1af7a4150",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1136,
        432
      ],
      "parameters": {
        "width": null,
        "height": 272,
        "content": "## Put your Vizard AI API Key Here"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Get Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Success?": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Append Source (Failed) ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Clipper": {
      "main": [
        [
          {
            "node": "Success?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Status": {
      "main": [
        [
          {
            "node": "Check Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Clips": {
      "main": [
        [
          {
            "node": "Filter by Viral Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Status": {
      "main": [
        [
          {
            "node": "Append Source (Success)",
            "type": "main",
            "index": 0
          },
          {
            "node": "Split Clips",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Append Source (Failed) 2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configuration": {
      "main": [
        [
          {
            "node": "AI Clipper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter by Viral Score": {
      "main": [
        [
          {
            "node": "Post to Tiktok",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}