EU/UK/AU/CA/BR-compliant identity verification and age estimation with local AI models biometric processing, 2257 recordkeeping. European hosting for full data protection.
Three verification levels to match your compliance requirements, from quick age checks to full identity verification with 2257 recordkeeping.
Quick 18+ check via face estimation and liveness detection. No ID document required. Auto-approves at estimated age 25+.
Strong age verification with ID document, video, liveness challenges, and face matching. Same flow as full KYC without performer records.
Complete identity verification with automatic performer record creation, 7-year retention, and audit trail.
OCR, face detection, and liveness models run in the user's browser. Biometric processing (local AI models) happens client-side and on our servers — raw frames are never sent to third-party servers.
Embed our verification flow in your platform with just a few lines of code. No complex SDKs or dependencies required.
// Listen for verification events
window.addEventListener('message', (e) => {
if (e.origin !== 'https://ageevidence.com') return;
const { type, data } = e.data;
switch (type) {
case 'ae:ready':
// Widget loaded
break;
case 'ae:complete':
// Verification submitted
pollStatus(data.verificationId);
break;
case 'ae:error':
console.error('Error:', data.error);
break;
case 'ae:cancel':
// User cancelled
break;
}
});Read the full integration guide at /docs/quickstart
AgeEvidence is designed to support regulatory compliance workflows with EU data residency, biometric consent handling, and 2257 record-keeping.
Start embedding age verification and KYC flows in your platform today.