Skip to main content

Convert websites to Instagram Reels with Gemini Veo, OpenAI TTS, and JsonCut

Workflow preview

Workflow preview
100%
Convert websites to Instagram Reels with Gemini Veo, OpenAI TTS, and JsonCut preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

️ Important: This workflow uses community nodes (JsonCut, Blotato) and requires a self hosted n8n instance. This n8n template automates the entire process of transforming blog articles and any kin...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.splitout, n8n-nodes-base.merge, n8n-nodes-base.aggregate, @mendable/n8n-nodes-firecrawl.firecrawl

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by 8Automator.

Original n8n.io source

1.1 Workflow description

Title
Convert websites to Instagram Reels with Gemini Veo, OpenAI TTS, and JsonCut
Workflow name
Convert websites to Instagram Reels with Gemini Veo, OpenAI TTS, and JsonCut

⚠️ Important: This workflow uses community nodes (JsonCut, Blotato) and requires a self-hosted n8n instance.

This n8n template automates the entire process of transforming blog articles and any kind of other websites into short-form informational videos for Instagram. It scrapes content, generates AI-powered video clips, adds voiceover and subtitles, and publishes directly to social media—all with proper source attribution and branding.

Who's it for

Content creators, digital marketers, and social media managers who want to repurpose quality blog content into engaging video formats. Perfect for those running content marketing operations who need to maintain consistent social media presence without manual video editing.

What it does

The workflow takes a blog article URL as input and produces a fully composed Instagram-ready video with:

  • AI-generated background video clips matching the content
  • Professional text-to-speech narration
  • Auto-generated subtitles with word-by-word animations
  • Background music from Creative Commons sources
  • Branding overlay and source attribution
  • Smooth transitions between scenes
  • Direct publishing to Instagram

How it works

  1. Content Extraction: Firecrawl scrapes the blog article and extracts clean markdown content
  2. Content Summarization: An LLM via OpenRouter condenses the article into digestible talking points (max 1,000 characters)
  3. Script Generation: A second LLM generates 3-5 video prompts, narration text, and social media caption in structured JSON format
  4. Video Generation: Google Veo API creates 8-second background clips in 9:16 format for each prompt
  5. Audio Creation: OpenAI TTS converts the narration to speech, while Openverse API fetches royalty-free background music
  6. File Upload: All assets (videos, voice, music) are uploaded to JsonCut's storage
  7. Video Composition: JsonCut merges everything together with auto-subtitles, transitions, branding overlays, and source attribution
  8. Publishing: Blotato uploads the final video to Instagram as a reel with the generated caption

Setup requirements

Required accounts and credentials:

  • Firecrawl API - for web scraping
  • OpenRouter API - for LLM access (uses GPT-4 Mini in this template)
  • Google Gemini API - for Veo video generation (note: 10 requests/day free tier limit)
  • OpenAI - for text-to-speech generation
  • JsonCut account - for video composition and file hosting
  • Blotato account - for Instagram publishing
  • Instagram Business account connected to Blotato

Installation steps:

  1. Install community nodes:

    • @mendable/n8n-nodes-firecrawl
    • n8n-nodes-jsoncut
    • @blotato/n8n-nodes-blotato
  2. Configure all API credentials in n8n's credential manager

  3. Update the Blotato Instagram account ID in the "Create Instagram post" node

  4. Replace the branding overlay image URL in the JsonCut "Generate media" node config:

    "path": "https://your-logo-url.png"
    
  5. Test with the chat trigger by entering a blog article URL

Good to know

Cost considerations:

  • Blotato costs $29 (there are many cheaper alternatives available)
  • JsonCut is free (but the Pro subscription is required for the auto caption feature)
  • Veo 3 fast costs approximately $0.15 per second

Rate limits: Google Veo free tier is limited to 10 requests per day, which means ~2-3 complete workflows daily

Processing time: Full workflow takes 5-10 minutes depending on Veo API response times

Source attribution: The workflow automatically extracts the domain from the input URL and displays it on the first video clip

Video quality: Output depends heavily on input quality. The workflow is designed for repurposing legitimate content

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 Note3

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

Block 2 - Get List of background Audio

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Generate audio

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 4 - Sticky Note4

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

Block 5 - Sticky Note6

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

Block 6 - Generate a video

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 7 - Split Video Prompts

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

Block 8 - Merge All Files

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

Block 9 - Aggregate Files

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

Block 10 - Sticky Note

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

Block 11 - Scrape a url and get its content

Type / Role
@mendable/n8n-nodes-firecrawl.firecrawl - firecrawl
Config choices
Version 1

Block 12 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.4

Block 13 - Content Summarizer

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 14 - OpenRouter Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 15 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 16 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 17 - OpenRouter Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 18 - Upload voice

Type / Role
n8n-nodes-jsoncut.jsonCut - jsonCut
Config choices
Version 1

Block 19 - Upload video

Type / Role
n8n-nodes-jsoncut.jsonCut - jsonCut
Config choices
Version 1

Block 20 - Generate media

Type / Role
n8n-nodes-jsoncut.jsonCut - jsonCut
Config choices
Version 1

Block 21 - download background audio

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 22 - Upload background audio

Type / Role
n8n-nodes-jsoncut.jsonCut - jsonCut
Config choices
Version 1

Block 23 - Aggregate video paths

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

Block 24 - Upload media

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Convert websites to Instagram Reels with Gemini Veo, OpenAI TTS, and JsonCut
Complexity advanced
Nodes 28
Categories Content Creation, Multimodal AI
Author 8Automator
Published 30 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11367/11367.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 Convert websites to Instagram Reels with Gemini Veo, OpenAI TTS, and JsonCut do?

️ Important: This workflow uses community nodes (JsonCut, Blotato) and requires a self hosted n8n instance. This n8n template automates the entire process of transforming blog articles and any kin...

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 Content Creation, Multimodal AI use case.