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

What you get
Multi-step challenges — expressions, gestures, depth — ensure a real person is present, not a photo or video.
All models run in the browser. No image is ever uploaded. Biometric data stays on the device.
Add a legally defensible age gate to adult platforms. Detected age and gender delivered via signed callback.
A single POST creates a session. We serve the full verification UI — no frontend work required.


Verification complete
Privacy first
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.
For developers
One API call creates a session. ageefy serves the complete verification UI. Results land in your webhook.
POST /api/verification/new
{
"internalId": "user_123",
"redirectUrl": "https://yourapp.com/done",
"callbackUrl": "https://yourapp.com/webhook",
"minAge": 18
}HTTP 201 Created
{
"id": "a1b2c3d4-…",
"verificationUrl": "https://www.ageefy.com/verifi..."
}No sign-up, no credit card, no limits. Just one API call.