Skip to main content

Summarize and translate YouTube videos with SupaData and OpenAI

Workflow preview

Workflow preview
100%
Summarize and translate YouTube videos with SupaData and OpenAI preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow collects a YouTube URL via an n8n form, retrieves the video transcript and metadata using Supadata, then uses OpenAI to generate a summary, key points, and optional tra...

Best for

  • Document Extraction automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-supadata.supadata, n8n-nodes-base.code, n8n-nodes-base.openai, n8n-nodes-base.merge, n8n-nodes-base.converttofile

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Václav Čikl.

Original n8n.io source

1.1 Workflow description

Title
Summarize and translate YouTube videos with SupaData and OpenAI
Workflow name
Summarize and translate YouTube videos with SupaData and OpenAI

Quick Overview

This workflow collects a YouTube URL via an n8n form, retrieves the video transcript and metadata using Supadata, then uses OpenAI to generate a summary, key points, and optional translation, and returns a downloadable text file.

How it works

  1. Receives a YouTube URL plus language and translation preferences through an n8n form.
  2. Uses Supadata to fetch the video transcript and the video details in parallel.
  3. Combines transcript and video metadata, detects the transcript language, and builds an OpenAI prompt based on the selected translation scope.
  4. Sends the transcript to OpenAI to produce a summary, key points, and optionally a full translated transcript.
  5. Formats the AI output together with the video info and original transcript into a single text document.
  6. Converts the formatted text into a downloadable file and returns it as the form response.

Setup

  1. Create and add Supadata API credentials, and ensure the Supadata account can access YouTube transcript and video info for your target videos.
  2. Create and add OpenAI API credentials for the chat completion used to summarize and translate.
  3. Share the generated n8n form URL with users (or embed it) so they can submit YouTube links and receive the output file.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - When URL Submitted

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 6 - Extract Transcript

Type / Role
n8n-nodes-supadata.supadata - supadata
Config choices
Version 1

Block 7 - Fetch Video Details

Type / Role
n8n-nodes-supadata.supadata - supadata
Config choices
Version 1

Block 8 - Combine Video and Transcript

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Format for AI Processing

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - AI Summarization and Translation

Type / Role
n8n-nodes-base.openAi - openAi
Config choices
Version 1.1

Block 11 - Merge Transcript and Video Info

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 12 - Output File Conversion

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

3. Summary Table

Workflow Summarize and translate YouTube videos with SupaData and OpenAI
Complexity intermediate
Nodes 12
Categories Document Extraction, AI Summarization
Author Václav Čikl
Published 04 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16122/16122.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Summarize and translate YouTube videos with SupaData and OpenAI do?

Quick Overview This workflow collects a YouTube URL via an n8n form, retrieves the video transcript and metadata using Supadata, then uses OpenAI to generate a summary, key points, and optional tra...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.