workflows.fit
Back to n8n workflows
n8n templateFreeBy Robert Breen

YouTube thumbnail generator with OpenAI & Apify

This n8n workflow automatically generates a custom YouTube thumbnail using OpenAI’s DALL·E based on a YouTube video’s transcript and title. It uses [Apify](https://apify.com) actors to extract video metadata and trans...

MarketingCore NodesDevelopmentAILangchainSetSticky NoteForm Trigger
Loading interactive preview...

Template notes

This n8n workflow automatically generates a custom YouTube thumbnail using OpenAI’s DALL·E based on a YouTube video’s transcript and title. It uses [Apify](https://apify.com) actors to extract video metadata and transcript, then processes the data into a prompt for DALL·E and creates a high-resolution image for use as a thumbnail.

---

✅ Key Features

- 📥 Form Trigger: Accepts a YouTube URL from the user. - 🧠 GPT-4o Prompt Creation: Summarizes transcript and title into a descriptive DALL·E prompt. - 🎨 DALL·E Image Generation: Produces a clean, minimalist YouTube thumbnail with OpenAI’s image model. - 🪄 Automatic Image Resizing: Resizes final image to YouTube specs (1280x720). - 🔍 Apify Integration: Uses two Apify actors: - Youtube-Transcript-Scraper to extract transcript - youtube-scraper to get video metadata like title, channel, etc.

---

🧰 What You'll Need

- OpenAI API Key - Apify Account & API Token - YouTube video URL - n8n instance (cloud or self-hosted)

---