Skip to main content

Generate viral baby celebrity podcasts with AI, Hedra and ElevenLabs

Workflow preview

Workflow preview
100%
Generate viral baby celebrity podcasts with AI, Hedra and ElevenLabs preview
Open on n8n.io

Important notice

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

1. Workflow Overview

️ Automated Viral Baby Podcast Video Generator ‍ Author: LeeWei Overview of the n8n Workflow This n8n workflow automates the creation of viral short videos featuring AI generated baby podcasts...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.converttofile, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate viral baby celebrity podcasts with AI, Hedra and ElevenLabs
Workflow name
Generate viral baby celebrity podcasts with AI, Hedra and ElevenLabs

⚙️ Automated Viral Baby Podcast Video Generator

🧑‍💻 Author: LeeWei


Overview of the n8n Workflow

This n8n workflow automates the creation of viral short videos featuring AI-generated baby podcasts. It handles everything from generating unique video ideas to producing audio, images, and videos using AI tools, then uploading the final content to YouTube and tracking it in Google Sheets. The workflow includes sticky notes labeling key sections for clarity, formatted in Markdown.


How it Works

This workflow distills the process of creating viral baby podcast videos into a few high-level steps:

  • Idea Generation: Fetches existing topics from Google Sheets and uses AI to create a new, unique idea with a character (e.g., Baby Elon Musk).
  • Content Creation: Generates a script/title, audio via TTS, and an image via DALL-E.
  • Video Synthesis: Uploads assets to Hedra to produce a short video.
  • Upload and Tracking: Saves the video to Google Drive, uploads to YouTube, and logs details in Google Sheets.

Set up Steps

Setup should take about 15-30 minutes, mainly for creating accounts and credentials. Detailed descriptions are kept in the workflow's sticky notes. Since this is plug-and-play, all nodes are pre-configured—edit only the specified fields below.


🚀 Steps to Connect:

  1. OpenAI API Key

    • Go to OpenAI and generate your API key.
    • Paste it into the OpenAI credentials for nodes like "Audio Prompt & Title", "Image Prompt", "Idea Generator", and "Create The Image".
  2. ElevenLabs API Key

    • Visit ElevenLabs to generate your API key.
    • Paste it into the HTTP Header Auth credentials for the "Text to Speech" node.
    • (Optional) Update the voice ID in the URL if you want a different voice (default: "nPczCjzI2devNBz1zQrb").
  3. Hedra API Key

    • Go to Hedra and generate your API key.
    • Paste it into the HTTP Header Auth credentials for Hedra-related nodes (e.g., "Create Audio Asset (Hedra)").
    • (Optional) Update the AI model ID in "Create Video (Hedra)" if needed (default: "d1dd37a3-e39a-4854-a298-6510289f9cf2").
  4. Google Drive & Sheets OAuth

    • Set up OAuth2 credentials at Google Cloud Console with access to Drive and Sheets.
    • Paste into the Google Drive/Sheets credentials.
    • Duplicate the template Sheet (link in video description) and update the documentId in "Get Existing Ideas" and "Google Sheets" nodes.
    • Create a "Baby Pods" folder in Drive and update the folderId in "Upload Video" (default: "1WemU2r1nI0xnv-3z5a2LZk2kpt1bw5Pt").
  5. Blotato


Potential Customizations

  • Change Characters or Prompts: Edit the system message in "Idea Generator" to add/remove characters (e.g., add "Baby Taylor Swift").
  • Adjust Schedule: Modify "Schedule Trigger1" for different run times.
  • Different TTS or Image Models: Swap ElevenLabs/OpenAI endpoints for alternatives.
  • Add Platforms: Extend with nodes for Instagram Reels or TikTok uploads.
  • Video Settings: Tweak resolution/aspect ratio in "Create Video (Hedra)".

Considerations and Improvements

  • API Limits: Monitor usage for OpenAI, ElevenLabs, and Hedra to avoid rate limits; add more waits if needed.
  • Error Handling: Add "If" nodes for failures (e.g., if video generation times out).
  • Content Quality: Test prompts for virality; the default focuses on controversial topics.
  • Dependencies: Ensure all APIs are active; Hedra may require waits for processing.
  • Scalability: For more videos, increase batching or parallelize idea generation.

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 - Text to Speech

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

Block 2 - Convert to File

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

Block 3 - Create Image Asset (Hedra)

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

Block 4 - Create Audio Asset (Hedra)

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

Block 5 - Merge Audio Assets

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

Block 6 - Split Audio Metadata

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

Block 7 - Split Image Metadata

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

Block 8 - Upload Audio (Hedra)

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

Block 9 - Upload Image (Hedra)

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

Block 10 - Merge Assets

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

Block 11 - Split Image & Audio Assets IDs

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

Block 12 - Create Video (Hedra)

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

Block 13 - Wait 5 Mins

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

Block 14 - Get BabyPod Video (Hedra)

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

Block 15 - Wait 10 Secs

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

Block 16 - Download BabyPod Video (Hedra)

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

Block 17 - Upload Video

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 18 - Download Video (YouTube)

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 19 - Image Prompt

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

Block 20 - Create The Image

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

Block 21 - Merge 2

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

Block 22 - Audio Prompt & Title

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

Block 23 - Sticky Note

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

Block 24 - Sticky Note1

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

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

3. Summary Table

Workflow Generate viral baby celebrity podcasts with AI, Hedra and ElevenLabs
Complexity advanced
Nodes 35
Categories Content Creation, Multimodal AI
Author LeeWei
Published 05 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8294/8294.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 Generate viral baby celebrity podcasts with AI, Hedra and ElevenLabs do?

️ Automated Viral Baby Podcast Video Generator ‍ Author: LeeWei Overview of the n8n Workflow This n8n workflow automates the creation of viral short videos featuring AI generated baby podcasts...

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.