π¬ Generate AI video clips from YouTube automatically with Reka Vision
β‘ 268 views Β· π¬ Content Creation & Video
π‘ Pro Tip β YouTubeβs API quotas can be a bottleneck when youβre pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments β no quota limits, just structured data.
Description
Try It Out!
This n8n template demonstrates how to use Reka Vision to automatically generate a customized video clip from a YouTube video using AI. The workflow keeps you informed by sending an email when the work is done, ready to be published on social!
Screenshot 20260130 at 12.36.21.png
How it works
- Looking at the RSS feed of a YouTube channel, the flow will be triggered when there is a new video published.
- Using Rekaβs API, we will submit a request for creating a clip using AI. You can customize:
- the template used
- the prompt to generate the clip
- if you want captions or not
- the minimum or maximum duration of the clip
- Wait a little while, the magic happens
- Check if the job status is completed
- If yes, it send an success email
- if no, it will loop
- Implement best practices with a failsafe after 10 iterations in the loop; it will send an error email
Gettting Started
Edit those nodes with your settings and credentials.
- When New Video: Set the Feed URL to the YouTube channel you want to follow (ex:
- Create a clip: Add your credential. Change the prompt and adjust the setting to your preferences
- Send ___ EMail: Personalize the email the way you like.
Requirements
- Reka AI API key (itβs free! Get yours from here from Reka)
- Gmail account (feel free to change it to another mail provider)
Need Help?
Join the Discord
Happy clipping!
π Nodes Used
Gmail, RSS Feed Trigger
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File