Developer Portal
Build with Authonex
Integrate document verification, identity resolution, and cryptographic QR codes into your platform in minutes.
bashQuick Start
# 1. Install the SDK
npm install @authonex/sdk
# 2. Initialize with your API key
import { Authonex } from '@authonex/sdk'
const client = new Authonex({ apiKey: 'sk_live_...' })
# 3. Verify a document
const result = await client.decode({ image: file })
console.log(result.parsed_data) // Name, DOB, State, etc.
console.log(result.validity) // Zero Trust validity matrixGetting Started
Authonex provides a RESTful API for document verification, identity resolution, and cryptographic credential management. Follow these steps to get up and running.
1
Create an account
Sign up at authonex.com/register. You'll receive a free API key with 100 verifications/month.
2
Create an organization (optional)
For teams and businesses, create an organization to share API keys, manage billing, and invite team members.
3
Generate API keys
Create production and sandbox keys from your dashboard. Sandbox keys let you test without affecting real data.
4
Make your first API call
Use the endpoints below to verify documents, resolve identities, or generate QR codes.
Supported Document Types
US Driver's License (PDF417)
Passports
National ID Cards
Business Licenses
Authonex QR Credentials
Custom Documents (Enterprise)