# Age Estimation Check

### About service

The Age Estimation Check uses **liveness detection** and **facial analysis** to estimate a customer’s age from a selfie.

It’s built for **age verification** and **age-gating** flows. It requires only a selfie, with no document capture.

{% hint style="info" %}
We recommend running this type of check through our [Hosted Solution](https://app.gitbook.com/s/lv7UhJvTbxeq4s3KwQpn/web-integrations/hosted-solution-quick-guide), [Web SDK](https://app.gitbook.com/s/lv7UhJvTbxeq4s3KwQpn/web-integrations/web-sdk-quick-guide), or native [Mobile SDKs](https://app.gitbook.com/s/sw26JqCBnT6AEIbxAYyk/quick-guides/mobile-sdk-guide). These SDKs guide your customers through the capture process, aiding them with completing the flow successfully with minimal friction.
{% endhint %}

{% hint style="info" %}
[Learn about the Age Estimation Checks API.](https://app.gitbook.com/s/kAhgmUKSf8CFUFVL3GEe/check-types/age-estimation-check)
{% endhint %}

### Common use cases

Use Age Estimation when you need a fast, low-friction **age check**:

* **Youth safety enforcement**: Apply age threshold validation to protect minors and support platform safety controls.
* **Access control for age-restricted services**: Confirm age before granting access to restricted content, platforms, or communities.
* **Age-gating for restricted products**: Verify age eligibility for regulated goods.
* **Gaming onboarding**: Validate age requirements during registration for gaming and related services.

### Analysis performed

The Age Estimation Check applies biometric analysis to confirm **live presence** (anti-spoofing) and generate a **selfie-based age estimation**.

The diagram below outlines the key analysis categories.

***

<figure><img src="https://1615271746-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKyFKMqftsmT6qln9zo5y%2Fuploads%2FZ3LQkOxGQ9QNrlLrHZWo%2Fage_estimation_check_service_v2.png?alt=media&#x26;token=ed091dcf-deb1-467f-8c5a-a6b1bb0da7c1" alt="Age estimation and liveness detection overview for selfie-based age verification"><figcaption><p>Age Estimation Check Overview</p></figcaption></figure>

***

**Detailed verification checks**

<table><thead><tr><th width="205.34375">Analysis</th><th>Verifications Performed</th></tr></thead><tbody><tr><td><strong>Authenticity Analysis</strong></td><td>Performs a liveness check (Presentation Attack Detection / anti-spoofing) to confirm the customer is physically present and not spoofed via photo, video, or deepfake.</td></tr><tr><td><strong>Age Estimation</strong></td><td>Provides an estimated age (e.g., 25 years) and range prediction (e.g., 20–28 years).</td></tr><tr><td><strong>Age Validation</strong></td><td>Confirms whether the customer’s estimated age meets the required age threshold.</td></tr><tr><td><strong>Liveness Scoring</strong></td><td>Returns a confidence score between 0–100%, where 100% indicates a highly reliable live presence and 0% indicates a likely spoof attempt.</td></tr></tbody></table>

### Check duration

An Age Estimation Check takes an average of **4 seconds** to complete.

### Related checks

You’ll typically run Age Estimation Check alongside:

* [Multi-Bureau Check](https://docs.complycube.com/documentation/product-guides/identity-verification/multi-bureau-check) for a data-based authoritative identity and address verification.
* [SMS Verification](https://docs.complycube.com/documentation/product-guides/kyc-automation-services/sms-verification) for OTP-based mobile number verification.
* [Face Authentication Check](https://docs.complycube.com/documentation/product-guides/biometric-and-liveness-verification/face-authentication-check) for passwordless authentication using enrolled biometrics.
* [Document Check](https://docs.complycube.com/documentation/product-guides/identity-verification/document-check) when age estimation falls below a defined threshold and documentary proof (e.g. date of birth on an ID) is required.

### Related topics

Use these docs when you’re designing the end-to-end journey:

* [Workflows](https://docs.complycube.com/documentation/product-guides/compliance-studio/workflows) to orchestrate age-gating with follow-up checks and decisions.
* [Smart Forms](https://docs.complycube.com/documentation/product-guides/compliance-studio/smart-forms) to capture declarations (for example, DOB and consent) alongside the selfie.
* [Device Intelligence](https://docs.complycube.com/documentation/product-guides/digital-fraud-intelligence/device-intelligence-check), [Email Intelligence](https://docs.complycube.com/documentation/product-guides/digital-fraud-intelligence/email-intelligence-check), and [Mobile Intelligence](https://docs.complycube.com/documentation/product-guides/digital-fraud-intelligence/mobile-intelligence-check) to add digital fraud signals to your age-gating flow.
