Server
https://api.yoti.com
Server Variables
apiKey X-Yoti-Auth-Digest
Header is needed to verify the signature of the signed request.
Fields
Key | In | |
---|---|---|
X | Header |
apiKey X-Yoti-Auth-Id
Header is used to access your application data.
Fields
Key | In | |
---|---|---|
X | Header |
Perform a liveness check
Auth
Headers
Query String
Request Body
POST /ai/v1/antispoofing
Responses
200
A prediction was made
400
Image validation error or malformed request
401
Unauthorized
403
Forbidden
404
Resource not found
413
500
Internal server error
503
Service temporarily unavailable
Perform a liveness and age estimation check on an image
Auth
Headers
Query String
Request Body
POST /ai/v1/age-antispoofing
Responses
200
A prediction was made
400
Image validation error or malformed request
401
Unauthorized
403
Forbidden
404
Resource not found
413
500
Internal server error
503
Service temporarily unavailable
Perform an age estimation check on an image
Auth
Headers
Query String
Request Body
POST /ai/v1/age
Responses
200
A prediction was made
400
Image validation error or malformed request
401
Unauthorized
403
Forbidden
404
Resource not found
413
500
Internal server error
503
Service temporarily unavailable
Perform a liveness and age estimation check on an image (self-checkout)
Auth
Headers
Query String
Request Body
POST /ai/v1/self-checkout/age-antispoofing
Responses
200
A prediction was made
400
Image validation error or malformed request
401
Unauthorized
403
Forbidden
404
Resource not found
413
Content too large
500
Internal server error
503
Service temporarily unavailable