Trulioo's Selfie-based Age estimation provides a low-friction, selfie-based age signal that allows platforms to screen incoming users in seconds — without requiring identity documents or collecting sensitive PII.
- It is a probabilistic estimate of a user’s age (expressed as an age range) calculated directly from a facial selfie.
- To run it, the user captures a quick selfie via Trulioo's SDK (available on both mobile and web). The solution returns an estimated age range and policy threshold result in real time
- It is deployed via a single unified SDK or API call across iOS, Android, and Web platforms.
Getting Started
To run age estimation, you can use the same Trulioo SDK that is used for Trulioo KYC Documents. It can be configured to run a selfie-only workflow for estimating the age
Links to Trulioo SDKs:
Sample Response
Below is the sample response as seen in the SDK. The Estimated Age Range is available in the person object of the JSON response
{
"transactionId": "...",
"timeOfTransaction": "...",
"status": "...",
"errors": [
"..."
],
"indicators": ["..." ],
"person": {
"...": "...",
"estimatedMinAge": 26,
"estimatedMaxAge": 28
},
...
}
