This service analyzes facial features and returns an approximate age range or numeric age estimate for identity verification, fraud detection, and age-restricted access control.
POST/api/gw/services/age_estimation
Authorizations
string
required
API key used to authenticate the request.
Body
string
required
Base64-encoded face image used for age estimation.
string
Original filename of the uploaded image.
string
Raw image bytes (optional alternative to Base64 input).
Response
- 200
- 400
boolean
Indicates whether the request was processed successfully.
string
Unique identifier for the API request.
string
Identifier used for tracing the request across systems.
object
Contains age estimation and face analysis results.
string
Overall decision status (e.g., Approved, Rejected).
number
Predicted age of the individual.
number
Confidence score of the age estimation.
string
Detected gender of the individual.
number
Quality score of the detected face image.
number
Luminance/brightness score of the face image.
boolean
Indicates whether the result meets approval criteria.
object | null
Contains error details if the request fails; otherwise null.
number
Time taken to process the request in milliseconds.
string
Timestamp when the request was processed (ISO 8601 format).