Package Information
Released: 5/12/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 0.1.0
Author: jan.thanei
Available Nodes
Documentation
n8n-nodes-plemeo-analyze-image
This is an n8n community node that allows you to analyze images using Plemeo AI's image analysis capabilities.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow these instructions to install this node:
Community Nodes (Recommended)
For users on n8n v0.187+:
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-plemeo-analyze-image
in "Enter npm package name" - Agree to the risks
- Select Install
Manual Installation
To install the node manually:
# npm
npm install n8n-nodes-plemeo-analyze-image
# OR yarn
yarn add n8n-nodes-plemeo-analyze-image
Usage
After installing the node, it will appear in the nodes panel under "Plemeo". The node requires the following:
- API Hostname - The hostname of your Plemeo AI server
- API Port - The port for the API endpoint
- API Path - The endpoint path (default: /send_image_message)
- API Key - Your API key for authentication
- User ID - Your Plemeo user ID
- Conversation ID - The conversation ID for context
- Organisation ID - Your organization ID
- AI Model - The AI model to use (default: gpt-4o)
- Is OpenAI Model - Whether the model is from OpenAI
- Message - The prompt/message for image analysis
- Images - One or more images to analyze
The node supports multiple image inputs and handles base64-encoded image data.