n8n integration
Use ImageRouter in your n8n workflows with the community node n8n-nodes-imagerouter
.
Install
- In n8n open Settings
- Navigate to Community Nodes and click Install community node.
- Enter
n8n-nodes-imagerouter
and confirm the installation.
For CLI install, follow the official guide.
Get an API key
- Sign up (or log in) to ImageRouter
- Create an API key at imagerouter.io/api-keys
- In n8n open Credentials → ImageRouter and paste your API key, then save
Usage example
- Add an ImageRouter node to your canvas and select an operation (eg Image → Text to Image)
- Enter your prompt, select a model (e.g.
stabilityai/sdxl-turbo
), and run the node
- 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…)