Selfie Age Estimation
AgeMatch 5.0 Estimate API
The AgeMatch 5.0 Estimate API provides an estimate of the age based on a provided selfie.
POST /process/comprehensive/gateway
Submits a request to estimate the age of a person based on a selfie image.
Request
user
string
Your Veratad username
Yes
pass
string
Your Veratad password
Yes
service
string
The service identifier
Yes
reference
string
A unique reference for the transaction
No
rules
string
Additional rules for the transaction
No
target
object
The target information
Yes
Target Object
selfie
string
Base64 encoded face image
Yes
age
string
The age to check against
Yes
Example Request
Response
The response will contain metadata about the request, output details, and the result of the age estimation.
Response Object
meta
object
Contains metadata related to the transaction
output
object
Contains the output of the age estimate
result
object
Contains the result of the age verification
Meta Object
confirmation
number
Confirmation number for the request
timestamp
string
Timestamp of the transaction
reference
string
Reference of the original request
user
string
Your Veratad username
company
string
Your company name
service
string
The service identifier
Selfie Object
age_estimate
string
Estimated age range
Result Object
action
string
The action taken, either PASS or FAIL
detail
string
Details of the action
issues
array
An array of issues if any
Example Response
Last updated