AI-powered · No biometric storage · Free

Anonymous age
verification

for free

ageefy uses on-device AI to confirm liveness, estimate age and gender, and deliver results via callback — without ever uploading a single image.

No sign-up requiredGDPR-friendly100 % free
GDPR compliant
No biometric storage
Works in any browser
100 % free forever

What you get

Everything you need, nothing you don't

Liveness detection

Multi-step challenges — expressions, gestures, depth — ensure a real person is present, not a photo or video.

On-device AI

All models run in the browser. No image is ever uploaded. Biometric data stays on the device.

Age-gate compliance

Add a legally defensible age gate to adult platforms. Detected age and gender delivered via signed callback.

One-call integration

A single POST creates a session. We serve the full verification UI — no frontend work required.

Woman portrait
Man portrait

Verification complete

Age verified · 28 yrs

Privacy first

No data leaves the device

All AI models are downloaded to the browser and run locally. The camera feed is processed frame-by-frame on-device — no image is ever sent to a server. Your users' biometrics stay where they belong: with them.

  • Zero image uploads or storage
  • No third-party biometric vendors
  • Compliant with GDPR & ePrivacy
  • Fully auditable open logic

For developers

Integrate in minutes, not days

One API call creates a session. ageefy serves the complete verification UI. Results land in your webhook.

  1. 01POST to /api/verification/new
  2. 02Redirect your user to verificationUrl
  3. 03Receive age & gender in your webhook
request.json
POST /api/verification/new

{
  "internalId": "user_123",
  "redirectUrl": "https://yourapp.com/done",
  "callbackUrl": "https://yourapp.com/webhook",
  "minAge": 18
}
response
HTTP 201 Created

{
  "id": "a1b2c3d4-…",
  "verificationUrl": "https://www.ageefy.com/verifi..."
}

Start verifying in minutes

No sign-up, no credit card, no limits. Just one API call.