Face API
Face session API
Face session API
Bearer token
Id photo of the user
Face init session result
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Payload Too Large: The uploaded image exceeds the max file size allowed of 5 MB
Unsupported Media Type: Only JPEG and PNG are supported
Internal Server Error: Unexpected error
Face match API
Face match API
Bearer token
Minimum match level 1 -> 5, the default value is 3
Face match result
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Payload Too Large: The uploaded image exceeds the max file size allowed of 5 MB
Unsupported Media Type: Only JPEG and PNG are supported
Internal Server Error: Unexpected error
The 1:N Search API enables customers to check whether an id photo exists within the customer tenant. Furthermore, it provides the option to add the id photo if it is not found.
Bearer token
Base64 encoded binary of the image. Only JPG and PNG are supported. Max file size allowed of 5 MB
If true will insert the idPhoto if not found. Default to false
falseFace match result
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Payload Too Large: The uploaded image exceeds the max file size allowed of 5 MB
Unsupported Media Type: Only JPEG and PNG are supported
Internal Server Error: Unexpected error
The 1:N Search Insert API enables customers to directly include the selfie in the database.
Bearer token
Base64 encoded binary of the image. Only JPG and PNG are supported. Max file size allowed of 5 MB
Face match result
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Payload Too Large: The uploaded image exceeds the max file size allowed of 5 MB
Unsupported Media Type: Only JPEG and PNG are supported
Internal Server Error: Unexpected error
The 1:N Search Delete API allows customers to delete the original selfie image from our storage. The indexed face features will persist in the database, retaining the same oneToNVerificationId. However, it may be subject to removal at a later stage, particularly if there's a necessity to re-index all selfies due to model updates.
Bearer token
No Content
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Not Found: oneToNVerificationId not found
Internal Server Error: Unexpected error
No content
Last updated
Was this helpful?