Skip to content

n8n integration

Use ImageRouter in your n8n workflows with the community node n8n-nodes-imagerouter.

Install

  1. In n8n open Settings
    Open Settings
  2. Navigate to Community Nodes and click Install community node.
    Community Nodes
  3. Enter n8n-nodes-imagerouter and confirm the installation.
    Install Node

For CLI install, follow the official guide.

Get an API key

  1. Sign up (or log in) to ImageRouter
  2. Create an API key at imagerouter.io/api-keys
  3. In n8n open Credentials → ImageRouter and paste your API key, then save

Usage example

n8n workflow with ImageRouter

  1. Add an ImageRouter node to your canvas and select an operation (eg Image → Text to Image)
    n8n ImageRouter operations
  2. Enter your prompt, select a model (e.g. stabilityai/sdxl-turbo), and run the node
    Configure Operation
  3. The generated image URL is returned in the node output – ready to be consumed by subsequent steps (e.g. download file, send e-mail, upload to S3…)