Package Information
Released: 9/9/2025
Downloads: 13 weekly / 116 monthly
Latest Version: 0.1.2
Author: Podfeed
Available Nodes
Documentation
Podfeed n8n Node
A custom n8n community node for integrating with the Podfeed API to generate podcast-style audio content using AI.
Installation
To install this node in your n8n instance:
Install the package:
npm install n8n-nodes-podfeedRestart your n8n instance.
Configuration
Credentials
To use this node, you need to configure your Podfeed API credentials:
- In n8n, go to Settings → Credentials
- Create new credentials of type Podfeed API
- Enter your API key (get it from podfeed.ai)
- Optionally, set a custom Base URL (default:
https://api.podfeed.ai)
Features
This node supports all major Podfeed API operations:
Operations
- Generate Audio: Create podcast-style audio from various input types
- Get Task Status: Check the status of an audio generation task
- Wait for Completion: Poll for task completion with configurable timeout
- Get Audio: Get details for a specific audio file
- List Available Voices: Get all available voices organized by language
Input Types
The Generate Audio operation supports 5 different input types:
- Text: Direct text input for immediate audio generation
- URL: Website URL to scrape and convert to audio
- Topic: Research-based generation from a topic description
- Script: Bring-your-own-script for direct text-to-speech
- File: File upload (supports PDFs, documents, audio files, etc.)
Audio Modes
- Monologue: Single voice narration
- Dialogue: Two-voice conversation with host and co-host
Voice Configuration
- Support for multiple voice providers (Google, ElevenLabs, Gemini)
- Custom voice instructions for personalized speech styles
- Separate voice configuration for dialogue mode (host + co-host)
Content Configuration
- Complexity levels: Beginner, Intermediate, Expert
- Length options: Short, Medium, Long
- Language support: Multiple languages (default: en-US)
- Additional options: Emphasis, Q&A segments, custom instructions
- Read mode: Direct text reading for script input type
Usage Examples
Simple Text-to-Audio
- Select Generate Audio operation
- Choose Text input type
- Enter your text content
- Select Monologue mode
- Choose a voice (e.g., "gemini-puck")
- Configure content settings
- Execute the node
Website-to-Podcast
- Select Generate Audio operation
- Choose URL input type
- Enter the website URL
- Select Dialogue mode for conversation-style output
- Choose host and co-host voices
- Add custom instructions in Additional Fields
- Execute the node
Task Monitoring
- Use Generate Audio to start the process
- Get the
task_idfrom the response - Use Wait for Completion with the task ID
- Configure timeout and poll interval
- Get the final result with audio URL
API Compatibility
This node implements the full Podfeed API functionality, equivalent to the Python SDK.
Support
For issues with this n8n node, please report them on the GitHub repository.
For Podfeed API support, contact: support@podfeed.ai
License
MIT