straker-verify

Straker Verify Integration for n8n

Package Information

Released: 4/29/2025
Downloads: 258 weekly / 590 monthly
Latest Version: 0.1.0
Author: strakergroup

Documentation

Banner image

n8n-nodes-straker-verify

This is an n8n community node. It lets you use the Straker Verify API in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Quick Installation

  1. Open your n8n instance
  2. Go to Settings > Community Nodes
  3. Select Install
  4. Enter n8n-nodes-straker-verify in Enter npm package name
  5. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a third party
  6. Select Install

Operations

Language Resource

  • Get Many: Retrieve all supported languages

File Resource

  • Get: Download a file by ID returning binary data

Key Resource

  • Create: Create a new API key
  • Get: Get a specific API key
  • Get Many: Get all API keys

Project Resource

  • Confirm: Confirm a project
  • Create: Create a new project
  • Get: Get a specific project
  • Get Many: Get all projects
  • Get Segments: Retrieve segments of a specific project

User Resource

  • Get Balance: Get the user token balance

Workflow Resource

  • Get: Get a specific workflow
  • Get Many: Get all available workflows

Credentials

To use this node, you'll need to create an API key from the Straker Verify platform.

  1. Log in to your Straker Verify account
  2. Navigate to API Keys section
  3. Create a new API key
  4. Use the generated key in your n8n credentials for this node

Resources

Binary Data Handling

This node supports proper binary data handling for files:

  • When using the File > Get operation, the node returns data in binary format that can be used directly with other n8n nodes like Google Drive, AWS S3, etc.
  • When using the binary data with other nodes, refer to the binary property name data in the receiving node's configuration.
  • Project creation accepts binary files as input through the binary properties specified in the Files field. You can specify multiple files by using comma-separated property names (e.g., "data", "data,document", or "file1,file2,file3").

Discussion