userapi

n8n community nodes for UserApi.Ai endpoints

Package Information

Downloads: 754 weekly / 754 monthly
Latest Version: 0.1.9
Author: UserAPI

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

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:

  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

  • n8n version: 1.80.0 and above
  • Node.js: 18.10 or higher

Support

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.

Discussion