workflows.fit
Back to n8n workflows
n8n templateFreeBy Frank Boucher

Generate AI video clips from YouTube using Reka Vision API and Gmail

Try It Out! This n8n template demonstrates how to use Reka API via HTTP to AI generate a clip automatically from a YouTube video and send email notifications. ![Reka API loop diagram](fileId:4145) How it works - Looki...

DevelopmentCore NodesCommunicationHITLRss Feed Read TriggerSetIfGmail
Loading interactive preview...

Template notes

Try It Out! This n8n template demonstrates how to use Reka API via HTTP to AI generate a clip automatically from a YouTube video and send email notifications.

![Reka API loop diagram](fileId:4145)

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 prompt to generate the clip - decide if you want captions or not - decide 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 - As a failsafe, after 10 iterations in the loop, it will send an error email

๐Ÿ”ง Configurations

After importing the template, here is some information to customize your clips the way you like them.

๐Ÿ”˜ When New Video

Set the Feed URL to the YouTube channel you want to follow ex: https://www.youtube.com/feeds/videos.xml?channelid=UCAr20GBQayL-nFPWFnUHNAA

๐Ÿ”˜ Create Reel Creation Job