🎬 Summarize YouTube videos and generate thumbnails using AI Agent and deAPI

⚑ 1 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

Who is this for?

What problem does this solve?

Watching a full video to write a summary and then designing a matching thumbnail is tedious. This workflow does both automatically β€” transcribe, summarize, and generate a professional 1280x720 thumbnail β€” all from a single YouTube URL.

What this workflow does

  1. Takes a YouTube video URL as input
  2. Transcribes the full video using deAPI (Whisper Large V3)
  3. AI Agent analyzes the transcript, writes a concise summary, and uses the deAPI Prompt Booster tool to craft an optimized thumbnail image prompt
  4. Generates a 1280x720 landscape thumbnail using deAPI
  5. Uploads the thumbnail to Google Drive

Setup

Requirements

Installing the deAPI Node

  1. Go to Settings β†’ Community Nodes
  2. Install n8n-nodes-deapi

Configuration

  1. Add your deAPI credentials (API key + webhook secret)
  2. Add your Anthropic credentials (API key)
  3. Add your Google Drive credentials (OAuth2)
  4. Set the target Google Drive folder ID in the Google Drive Upload node
  5. Ensure your n8n instance is on HTTPS

How to customize this workflow

πŸ”— Nodes Used

Google Drive, AI Agent, Anthropic Chat Model, Structured Output Parser

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup