@topcs/node-red-contrib-jigsawstack 0.1.0
A Node-RED node for JigsawStack API
JigsawStack Node-RED Nodes
This repository contains a collection of Node-RED nodes that provide integration with JigsawStack's powerful AI and data processing APIs. These nodes allow you to easily incorporate various AI capabilities into your Node-RED flows.
Available Nodes
This collection includes the following nodes:
- AI Scrape: Scrape websites with AI.
- Embedding: Generate embeddings for text.
- HTML to Any: Convert HTML to PDF, PNG, or JPEG.
- Image: Generate images from text.
- NSFW: Detect NSFW content in images.
- Object Detection: Detect objects in images.
- Profanity: Detect profanity in text.
- Sentiment: Analyze the sentiment of text.
- Spam: Detect spam in text.
- Speech-to-Text: Transcribe audio to text.
- Spell: Check spelling.
- Summary: Summarize text.
- Text-to-Speech: Convert text to speech.
- Text-to-SQL: Convert text to SQL.
- Translate Image: Translate text in images.
- Translate Text: Translate text.
- VOCR: OCR for videos.
- Web Search: Search the web.
- Web Suggestion: Get web suggestions.
Prerequisites
- Node-RED instance
- JigsawStack API key
Installation
- Navigate to the
node-red-jigsawstack
directory:cd node-red-jigsawstack
- Install the dependencies:
npm install
- Link the node to your Node-RED installation:
npm link
- Restart your Node-RED instance.
Usage
- Add any of the JigsawStack nodes to your flow.
- Double-click the node to open its configuration.
- Click the pencil icon to add a new JigsawStack configuration.
- Enter your JigsawStack API key.
- Provide the payload for the API call in
msg.payload
. The payload should be a JSON object containing the parameters for the selected endpoint. - Connect the node to other nodes in your flow. The output of the API call will be in
msg.payload
.
Resources
Support
For support with these nodes:
- Open an issue on GitHub