Onboard customers in seconds, not days. Our AI-powered KYC platform delivers instant identity verification with bank-grade security and compliance built in.
AI-powered extraction and validation of passports, IDs, and driver's licenses from 190+ countries with real-time authenticity checks.
Compare selfies against ID photos with 99.7% accuracy using deep learning facial recognition.
Prevent spoofing with passive and active liveness checks that detect photos, masks, and deepfakes.
Real-time checks against global sanctions lists, PEP databases, and adverse media sources.
ML-powered risk assessment combining all signals into actionable approve/review/reject decisions.
Initialize a verification session via API with your customer's reference ID. Get back a secure session token.
POST /partner/sessions
{
"external_user_id": "user_123",
"webhook_url": "https://..."
}
Guide users to capture their ID document and selfie. Our SDK handles camera, quality checks, and secure upload.
POST /kyc/{session_id}/document
Content-Type: multipart/form-data
POST /kyc/{session_id}/selfie
Content-Type: multipart/form-data
Receive instant verification results via webhook or poll the session status. Complete audit trail included.
GET /partner/sessions/{session_id}
{
"status": "approved",
"risk_level": "low",
"risk_score": 0.12
}
Get started with our API in minutes. Full documentation, sandbox environment, and dedicated support included.