Description
n8n-nodes-userapi
Community node package for using UserApi.Ai: API layer to image generation tool endpoints in n8n workflows.
> Official package by UserApi.Ai.
Overview
Official resources:
- Website
- First steps: get your API key
- Supports all currently available UserApi.Ai methods in this node package.
- ✨ Imagine
- ⬆️ Upscale
- 🔄 Variation
- 🔀 Blend
- 📝 Describe
- 🎬 Animate
- 🖌️ Inpaint
- And more: See full docs
Features
Installation
Follow the installation guide in the n8n community nodes documentation.
Quick Install
In n8n
Go to Settings > Community Nodes
Install: n8n-nodes-userapi
Credentials
Follow the First steps guide to get your API key.
Create UserAPI credentials in n8n and set:
API Key: your UserAPI keyThe node sends required headers automatically:
api-key: apikey> Content-Type: application/json (for JSON requests)Example workflow
Basic generation flow:
1. UserAPI -> Imagine (provide prompt)
2. UserAPI -> Status (poll using returned hash)
or set webhook_url in Imagine and receive callbacks in an n8n Webhook node (or your own webhook endpoint)
Compatibility
1.80.0 and above18.10 or higherSupport
Contributing
Contributions are welcome. Please open an issue first for major changes and include clear reproduction steps for bug reports.
License
MIT
Disclaimer
This is an official UserApi.Ai package for integrating UserAPI endpoints in n8n workflows.