kyx-link-generator
v1.0.17
Published
A simple and easy-to-use KYX Link Generator for bulk Jumio link generation
Maintainers
Readme
Jumio KYX Link Generator
Jumio KYX Link Generator is a simple and interactive CLI tool that helps you bulk-generate KYX Verification links using your Jumio API credentials — right from your terminal.
🚀 Quick Start (via NPX – No Install)
npx kyx-link-generatorYou'll be prompted to enter:
- ✅ Your Jumio API ID
- ✅ Your Jumio API Secret
- ✅ Number of links to generate
- ✅ Region (US, EU, or APAC)
- ✅ Customer name (used for reference tags)
- ✅ Workflow Key (default: 10011 for ID + Identity Verification)
Once complete, a file named output.csv will be generated with all the KYX links and Account IDs.
🧪 Sample Output
URL,Account ID
https://account.amer-1.jumio.ai/...xyz,23a84d32-...
https://account.amer-1.jumio.ai/...abc,59bf2c6a-...
https://account.amer-1.jumio.ai/...pqr,81f7b23b-...📦 Install Globally (Optional)
npm install -g kyx-link-generator
kyx-link-generator📁 Output
The script generates an output.csv file in the current directory with:
- The KYX Link
- The Account ID associated with each link
🔧 Requirements
- Node.js v14 or higher
- Jumio KYX API credentials (from the Jumio Portal)
👨💼 Author
Made with ❤️ by William Christopher (Jumio)
🔐 Disclaimer
This CLI uses your Jumio API credentials securely to generate links. Credentials are never stored or shared.
