Enterprise-grade identity verification APIs. KYC, liveness detection, age verification and document analysis — production-ready in minutes.
// 1 — Initialise client
import ProntoID from '@prontoid/sdk';
const client = new ProntoID({
apiKey: process.env.PRONTOID_KEY,
env: 'production'
});
// 2 — Start a KYC session
const session = await client.kyc.createSession({
userId: 'user_abc123',
country: 'GB',
docTypes: ['passport', 'driving_licence']
});
// 3 — Redirect user
window.location.href = session.verifyUrl;
{
"status": "verified",
"confidence": 0.998,
"checks": { "document": "liveness": true }
}
A complete suite of verification APIs, purpose-built for developers who need reliability and speed.
Full identity verification with document scanning, biometric matching, and MRZ extraction. Supports passports, EU IDs, driving licences from 195+ countries.
Read docsAWS Rekognition-powered face liveness checks that defeat spoofing attempts including printed photos, replays, and deepfakes.
Read docsCompliant age-gate verification for gaming, alcohol, content platforms and adult services — privacy-first, no raw data retained.
Read docsAWS Textract AnalyzeID with MRZ parsing, OCR fallback and confidence scoring. Handles front+back two-sided documents automatically.
Read docsInstant event delivery for verification results, session updates, and liveness outcomes. Configurable retry logic and signing secrets included.
Read docsAPI key management, live request logs, usage analytics, and a full sandbox environment — all in one place.
Read docsA straightforward integration process — from API keys to your first verified user.
Sign up for a free developer account and receive your sandbox API keys immediately — no credit card required.
Choose your verification flows, set webhook endpoints, and customise document types in the developer dashboard.
Embed our SDK or call the REST API directly. Receive real-time webhook events when users complete verification.
Full endpoint docs with request/response examples, error codes, and code samples in 5 languages.
Step-by-step walkthroughs for React, Vue, PHP, Python and mobile platforms.
Official SDKs for JavaScript, Python, PHP and Go — plus community packages.
Dedicated technical support, a community forum, and response times under 4 hours.
Start free. Scale as you grow. No hidden fees, no lock-in.
Get your free API keys and make your first verified call in under 10 minutes.
No credit card required · Sandbox included · Read the docs