Package Information
Downloads: 754 weekly / 754 monthly
Latest Version: 0.1.9
Author: UserAPI
Available Nodes
Documentation
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:
Features
- Supports all currently available UserApi.Ai methods in this node package.
- ✨ Imagine
- ⬆️ Upscale
- 🔄 Variation
- 🔀 Blend
- 📝 Describe
- 🎬 Animate
- 🖌️ Inpaint
- And more: See full docs
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 key
The node sends required headers automatically:
api-key: <your_api_key>Content-Type: application/json(for JSON requests)
Example workflow
Basic generation flow:
UserAPI->Imagine(provide prompt)UserAPI->Status(poll using returned hash)
or setwebhook_urlinImagineand receive callbacks in an n8nWebhooknode (or your own webhook endpoint)
Compatibility
- n8n version:
1.80.0and above - Node.js:
18.10or higher
Support
- Issues and bug reports: GitHub Issues
- Telegram support: UserApi.Ai Telegram
- API onboarding and key setup: First steps guide
- UserAPI website: UserApi.Ai Website
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.