Age Verification Demo

This is a sample application showing how VerifyAge can be integrated for age-restricted content

Powered by VerifyAge API
Demo Mode - No Credits Used
Age Verification Required
1
DOB
2
Selfie
3
ID

Must Be 21+ to Enter

You must verify your age to access this content. Please affirm you meet the minimum age requirement.

Mock API Response

Complete the verification to see the mock API response...

How This Works
Step 1: Age Affirmation

User affirms they meet the minimum age requirement

Step 2: Conditional ID Verification

• Under 25: Always required
• 25+: Required only for 25+ age gates

Privacy Guarantee

All data processed in-memory and never stored

Integration Code
// Include widget
<script src="verifyage.js"></script>

// Initialize
const va = new VerifyAge();
va.init({
  apiKey: 'vage_xxx',
  minAge: 21,
  useCase: 'alcohol',
  onSuccess: (result) => {
    // Grant access
  }
});
Demo Stats
0
Attempts
0
Verified