🎬 Generate viral baby celebrity podcasts with AI, Hedra and ElevenLabs

⚡ 78 views · 🎬 Content Creation & Video

💡 Pro Tip — Since TikTok doesn’t have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments — drop it into your workflow and skip the parsing.

View All Scrapers

Description

⚙️ 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:


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


Considerations and Improvements

đź”— Nodes Used

Google Sheets, HTTP Request, Google Drive, Schedule Trigger, AI Agent, OpenAI Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup