Package Information
Released: 7/8/2025
Downloads: 1 weekly / 44 monthly
Latest Version: 0.2.5
Author: Nirav Patidar
Available Nodes
Documentation
n8n-nodes-deepidv
A community-contributed n8n node to integrate with the DeepIDV identity-verification API.
🛠️ Prerequisites
- Node.js ≥ 14 LTS
- npm ≥ 6
- n8n ≥ 1.0.0
- A DeepIDV account and API Key. Request yours at https://www.deepidv.com/.
📦 Installation
1) Fresh n8n project (isolated)
mkdir n8n-deepidv-test
cd n8n-deepidv-test
npm init -y
npm install n8n n8n-nodes-deepidv
npx n8n start