Package Information
Released: 8/26/2025
Downloads: 0 weekly / 10 monthly
Latest Version: 1.0.0
Author: pieklo
Available Nodes
Documentation
n8n-nodes-ederoai
This is an n8n community node. It lets you use EderoAI in your n8n workflows.
EderoAI is an AI-powered video creation platform that lets you generate quiz, fake text, Reddit story, and long story videos programmatically, and track their status.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node supports the following EderoAI operations:
- Create Quiz Video: Generate interactive quiz videos from questions and answers.
- Create Fake Text Conversation Video: Generate realistic text conversation videos.
- Create Reddit Story Video: Generate videos from Reddit posts or custom stories.
- Create Long Story Video: Generate videos from long-form stories with narration and visuals.
- Get Task Status: Check the status and retrieve results of video generation tasks.
Credentials
To use this node, you need an EderoAI API key.
Prerequisites:
- Sign up for an account at edero.ai
Setup:
- Log in to your edero.ai dashboard
- Navigate to Integrations
- Generate a new API key
- In n8n, create a new credential of type "EderoaiApi"
- Enter your API key in the credential configuration
Compatibility
- Minimum n8n version: 1.0.0
- Tested with: n8n 1.0.0+
- Known issues: None
Usage
- Add the Edero.ai node to your workflow.
- Configure the node with your EderoAI credentials.
- Select the desired operation from the 'Operation' dropdown.
- Fill in the required parameters for your chosen operation.
- For video creation operations, save the returned
taskIdand use it with the 'Get Task Status' operation to monitor progress and retrieve the final video URL.
💡 Tip: Video generation is asynchronous. Always use the 'Get Task Status' operation to check when your video is ready and get the download link.