Back to Nodes

SURUS AI

Last updated Oct 26, 2025

n8n community node for SURUS AI (translate, transcribe, extract)

2 Weekly Downloads
35 Monthly Downloads

Included Nodes

SURUS AI

Description

n8n-nodes-surusai

This is an n8n community node for SURUS AI. It lets you access SURUS AI nodes to:

  • Translate text
  • Transcribe audio files
  • Extract structured data from text using a JSON Schema

n8n is a fair-code licensed workflow automation platform.

Installation

Quick Install (Recommended)

  1. Install n8n (if not already installed):

    npm install n8n -g
    
  2. Install the SURUS AI node:

    npm install n8n-nodes-surusai
    
  3. Start n8n:

    n8n start
    
  4. Access n8n: Open your browser and go to http://localhost:5678

  5. Find the SURUS AI node: Look for "SURUS AI" in the nodes panel when creating a workflow

Alternative Installation Methods

Within your n8n GUI, go to Settings > Community nodes > Install, and enter n8n-nodes-surusai.

For Docker users:

# Add to your docker-compose.yml or run command
npm install n8n-nodes-surusai

For n8n Cloud users:

  • Community nodes are not supported on n8n Cloud
  • Use self-hosted n8n or n8n Enterprise

For development:

# Clone and install locally
git clone https://github.com/surus-lat/n8n-nodes-surusai.git
cd n8n-nodes-surusai
npm install
npm run build

First Time Setup

  1. Get your SURUS AI API Key:

    • Visit surus.lat
    • Sign up for an account
    • Generate your API key from the dashboard
  2. Configure credentials in n8n:

    • Add a SURUS AI node to your workflow
    • Click "Create New Credential"
    • Enter your API key
    • Test the connection

Troubleshooting


Operations

  • Translate: POST /functions/v1/translate
  • Transcribe: POST /functions/v1/transcribe
  • Extract: POST /functions/v1/extract

Tip: Enable the "Simple Output" option in the node to return only the primary content instead of the full API response.

Credentials

  • SURUS AI API Key (Bearer). Get your key from your SURUS account.

Compatibility

Compatible with n8n@1.60.0 or later.

Resources

More from SURUS

  • SURUS provides several AI capabilities as native n8n nodes.
  • If you don’t find the exact task you need, we maintain a catalog of OpenAI-compatible models suitable for a wide variety of applications. Just use the agent or extraction nodes with an openAI model node, pointing to our models. You can read more on our website surus.lat.
  • Need something specific? Contact us and we can deploy a custom node tailored to your task.