Documentation

n8n      AvantGuard

APIVoid v2 n8n Node

n8n community node npm

Cybersecurity threat intelligence APIs for IP/domain/URL reputation checks, email verification, DNS lookups, SSL analysis, and more. All endpoints use HTTPS POST with JSON payloads and require an API key via the X-API-Key header.

Table of Contents

Installation

Follow the n8n community node installation guide.

Or install directly via npm:

npm install @avantguardllc/n8n-nodes-apivoidv2

Authentication

This node authenticates using an API Key.

Setting Value
Type API Key
Sent in header
Header / Query name X-API-Key
Base URL https://api.apivoid.com (editable in credentials)

Tip: The Base URL can be changed in the credential settings if your instance uses a different host.

Resources & Operations

Base URL: https://api.apivoid.com

Reputation

Endpoint Description
🟢 POST /v2/ip-reputation IP Reputation Check
🟢 POST /v2/domain-reputation Domain Reputation Check
🟢 POST /v2/url-reputation URL Reputation Check
🟢 POST /v2/site-trust Site Trustworthiness Check

EmailSecurity

Endpoint Description
🟢 POST /v2/email-verify Email Verification
🟢 POST /v2/spf-validator SPF Record Validation
🟢 POST /v2/bimi-validator BIMI Record Validation
🟢 POST /v2/dkim-validator DKIM Record Validation
🟢 POST /v2/dmarc-validator DMARC Record Validation

Phone

Endpoint Description
🟢 POST /v2/phone-validator Phone Number Validation

Domain

Endpoint Description
🟢 POST /v2/domain-age Domain Age Lookup
🟢 POST /v2/parked-domain Parked Domain Detection
🟢 POST /v2/domain-info Domain Information Lookup

Network

Endpoint Description
🟢 POST /v2/asn-info ASN Information Lookup
🟢 POST /v2/ping-test Ping Network Test
🟢 POST /v2/tor-test Tor Network Access Test
🟢 POST /v2/vpn-test VPN Access Test
🟢 POST /v2/port-scan TCP Port Scan
🟢 POST /v2/geo-request Geo-Located HTTP Request

Rendering

Endpoint Description
🟢 POST /v2/screenshot Web Page Screenshot
🟢 POST /v2/url-to-pdf URL to PDF Conversion
🟢 POST /v2/html-to-png HTML to PNG Conversion
🟢 POST /v2/html-to-pdf HTML to PDF Conversion

URLAnalysis

Endpoint Description
🟢 POST /v2/http-tracker HTTP Request Tracker
🟢 POST /v2/url-status URL Status Check

DNS

Endpoint Description
🟢 POST /v2/dns-propagation DNS Propagation Check
🟢 POST /v2/dns-lookup DNS Record Lookup
🟢 POST /v2/reverse-ip Reverse IP Lookup
🟢 POST /v2/dnssec-status DNSSEC Status Check

SslInfo

Endpoint Description
🟢 POST /v2/ssl-info SSL Certificate Information

TlsCheck

Endpoint Description
🟢 POST /v2/tls-check TLS Version Check

Http3Status

Endpoint Description
🟢 POST /v2/http3-status HTTP/3 Support Check

FileAnalysis

Endpoint Description
🟢 POST /v2/eml-insights EML File Analysis
🟢 POST /v2/qr-scan QR Code Scanner

Compatibility

  • n8n version: 1.0+ (tested on 2.x)
  • Node.js version: 18+

License

MIT

Discussion