Face API
Last updated
Last updated
You can find the full YAML swagger specification
You can find the full JSON swagger specification
Every API below requires an access token that you can retrieve using the API
This endpoint allows you to upload an image (e.g. id photo) and the returning session id must be used in the uqudo SDK to initiate the "Face Session Flow" to perform liveness check and face matching against the provided image. The session and related image will be automatically deleted after 10 minutes.
This endpoint allows you to upload two images (e.g. id photo, personal image) to perform a face matching. API supports JPEG and PNG images with sizes up to 5MB. It is also possible to specify a "Minimum match level" value (from 1 to 5), that must be met for the images to be considered a match.
Note: This API requires a specific permission
Note: This API requires a specific permission
Note: This API requires a specific permission
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.
No Content
Face session API
Id photo of the user
Face init session result
Session id needed to trigger the "Face Session Flow" in the uqudo SDK. It's valid for 10 minutes
The 1:N Search Insert API enables customers to directly include the selfie in the database.
Base64 encoded binary of the image. Only JPG and PNG are supported. Max file size allowed of 5 MB
Face match result
Face match API
Minimum match level 1 -> 5, the default value is 3
Face match result
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.
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
Face match result