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

958 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.

View All Scrapers

Description

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

How it works

🔧 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?channel_id=UCAr20GBQayL-nFPWFnUHNAA

🔘 Create Reel Creation Job

This API call will upload the video into your Reka’s library and create a job for the clip.

Parameters

generation_config

rendering_config

Example of a complete JSON
{
  "video_urls": ["{{ $json.link }}"],
  "prompt": "Create an engaging short video highlighting the best moments",
  "generation_config": {
    "template": "moments",
    "num_generations": 1,
    "min_duration_seconds": 0,
    "max_duration_seconds": 30
  },
  "rendering_config": {
    "subtitles": true,
    "aspect_ratio": "9:16"
  }
}

🔘 Send Clip Ready EMail

Using the information of all previous nodes, customize an email that contains all the information the way you like.

Here is an example:

Hello! Your clip is ready to be downloaded. 

Title: {{ $('Check clip job status').item.json.output[0].title }}  

Download it here: {{ $('Check clip job status').item.json.output[0].video_url }} 

Description: {{ $('Check clip job status').item.json.output[0].caption }}

Requirements

Need Help?

Join the Discord

Happy clipping!

🔗 Nodes Used

HTTP Request, Gmail, RSS Feed Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup