imagerouter

ImageRouter.io AI Image and Video generator

Package Information

Released: 9/8/2025
Downloads: 16 weekly / 47 monthly
Latest Version: 0.1.4
Author: DaWe

Documentation

n8n-nodes-imagerouter

This is an n8n community node. It lets you use ImageRouter.io in your n8n workflows.

ImageRouter.io is a platform for generating images and videos using AI. n8n is a fair-code licensed workflow automation platform.

Table of Contents

Installation
Operations
Credentials
Compatibility
Usage
What AI models are available?
Resources
Development

Installation

The package is published on NPM, so it's pretty easy to install in n8n.

  1. Open Settings: Screenshot_20250815_154224
  2. Go to Community Nodes: Screenshot_20250815_154251
  3. Install a new community node. Enter n8n-nodes-imagerouter: Screenshot_20250815_154304

For CLI install, follow the installation guide in the n8n community nodes documentation.

Operations

  • Image
    • Text to Image
    • Image to Image
  • Video
    • Text to Video
    • Image to Video
  • Models
    • Get All Models

Credentials

  1. Sign up for ImageRouter
  2. Go to https://imagerouter.io/api-keys and create an API key.

Usage

Screenshot_20250815_153907 Screenshot_20250815_153957 Screenshot_20250815_153821

What AI models are available?

More than 80+ image and video model, see the full list here: https://imagerouter.io/models

or download as JSON: https://api.imagerouter.io/v1/models

Resources

Development

Build the image and start a local n8n instance with the ImageRouter node already available:

# From the repository root
npm run build
docker compose up --build

Open http://localhost:5678 in your browser and search for ImageRouter in the node panel to start using the node.

Publish to NPM:

npm publish

Discussion