> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Age estimation result

> This notification is sent when an age estimation session reaches a terminal state (either the estimate resolved, or a document step-up concluded).



## OpenAPI

````yaml /openapi/age-estimation.yaml webhook ageEstimationResult
openapi: 3.1.0
info:
  title: iDenfy IVS Core API
  version: 0.0.0
  description: iDenfy Identity Verification Service's Core API documentation.
  contact:
    name: API Support
    url: https://idenfy-ivs.atlassian.net/servicedesk/customer/portal/1/group/-1
  x-logo:
    url: /static/idenfy_logo.svg
    altText: iDenfy logo
servers:
  - url: https://ivs.idenfy.com
security: []
tags:
  - name: Age Estimation
    description: Age estimation session endpoints.
  - name: Webhooks
    description: Webhooks.
externalDocs:
  description: For other/more docs on iDenfy services visit our main documentation page.
  url: https://documentation.idenfy.com
paths: {}

````

## Related topics

- [Age Estimation Webhooks](/age-estimation/webhooks.md)
- [Age Estimation](/age-estimation/overview.md)
- [Age Verification](/guides/dashboard/kyc/age-verification.md)
- [Create session](/api-reference/age-estimation/create-session.md)
