ederoai

n8n community node for edero.ai video automation

Package Information

Released: 8/26/2025
Downloads: 0 weekly / 10 monthly
Latest Version: 1.0.0
Author: pieklo

Documentation

n8n-nodes-ederoai

edero.ai
Powered by edero.ai

n8n
npm

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:

Setup:

  1. Log in to your edero.ai dashboard
  2. Navigate to Integrations
  3. Generate a new API key
  4. In n8n, create a new credential of type "EderoaiApi"
  5. 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

  1. Add the Edero.ai node to your workflow.
  2. Configure the node with your EderoAI credentials.
  3. Select the desired operation from the 'Operation' dropdown.
  4. Fill in the required parameters for your chosen operation.
  5. For video creation operations, save the returned taskId and 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.

Resources

Discussion