ageefy uses AI to confirm liveness, estimate age and gender, and deliver results via callback — everything completely anonymous and for free.

What you get
Add a legally compliant age gate to adult platforms. Detected age and gender delivered via submitted callback.
You can choose between face verification or also request an additional ID verification.
Multi-step challenges — expressions, gestures, depth — ensure a real person is present, not a photo or video.
A single POST creates a session. We serve the full verification UI — no frontend work required.


Verification complete
Privacy first
ageefy offers a completely anonymous and free age verification service. No images or videos are stored on the servers. Personal data, such as an email address, is not required. Successful verifications can be reused by users via anonymous Passkeys.
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.