Skip to main content

Generate viral TikTok/IG reel clips from YouTube videos with Vizard AI

Workflow preview

Workflow preview
100%
Generate viral TikTok/IG reel clips from YouTube videos with Vizard AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who's it for Content creators, social media managers, and marketing teams who want to automatically extract the most engaging clips from long form YouTube videos and identify content with high vira...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.filter

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lucas Walter.

Original n8n.io source

1.1 Workflow description

Title
Generate viral TikTok/IG reel clips from YouTube videos with Vizard AI
Workflow name
Generate viral TikTok/IG reel clips from YouTube videos with Vizard AI

Who's it for

Content creators, social media managers, and marketing teams who want to automatically extract the most engaging clips from long-form YouTube videos and identify content with high viral potential.

What it does

This workflow analyzes any YouTube video using Vizard AI's clipping technology and automatically generates up to 8 short clips with viral score ratings. It then filters for the highest-scoring clips (9/10 or above) and posts them to a designated Slack channel for team review and distribution.

How it works

  1. Video submission: Enter a YouTube URL through a user-friendly form
  2. AI analysis: Submits the video to Vizard AI for automated clipping and viral score analysis
  3. Smart polling: Waits for processing completion and retrieves results
  4. Quality filtering: Only surfaces clips with viral scores of 9/10 or higher
  5. Team notification: Posts results to Slack with clip titles, scores, and download links

Requirements

  • Vizard AI API credentials (sign up at vizard.ai)
  • Slack workspace with OAuth app configured

How to set up

  1. Configure Vizard AI credentials: Add your Vizard AI API key to the HTTP Request nodes
  2. Set up Slack integration: Configure the Slack OAuth2 credentials and select your target channel
  3. Customize filtering: Adjust the viral score threshold in the filter node (currently set to 9/10)
  4. Test the workflow: Submit a test YouTube URL to ensure everything works properly

How to customize the workflow

  • Adjust clip quantity: Modify the maxClipNumber parameter (currently 8) in the initial API request
  • Change viral score threshold: Update the filter condition to match your quality standards
  • Extend with automation: Connect to social media posting tools or caption generation workflows for full automation
  • Add scheduling: Integrate with webhook triggers, scheduled triggers, or RSS feeds for batch processing videos

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - form_trigger

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - submit_video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 4 - check_status

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - send_initial_msg

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 6 - set_videos

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - get_clipping_status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - split_videos

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 9 - send_video_msg

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 10 - filter_viral_score

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate viral TikTok/IG reel clips from YouTube videos with Vizard AI
Complexity intermediate
Nodes 12
Categories Content Creation, Multimodal AI
Author Lucas Walter
Published 15 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6036/6036.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate viral TikTok/IG reel clips from YouTube videos with Vizard AI do?

Who's it for Content creators, social media managers, and marketing teams who want to automatically extract the most engaging clips from long form YouTube videos and identify content with high vira...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.