Multibiometrics
To make the register operation, you must use the enroll method. The request body consists of a Person object, which contains a CustomID string, that contain...
Mon, 9 May, 2022 at 4:25 PM
The operation to edit someone’s biometric data is done via the update method. The request body consists of a Person object, containing the CustomID of the p...
Mon, 9 May, 2022 at 4:26 PM
To perform a person's face verification operation, you must use the verify method. The request body consists of a Person object, which is composed of a ...
Mon, 31 Jan, 2022 at 12:12 PM
To verify someone’s fingerprint, you must use the verify operation. The request body is composed of a Person object, that has the fields CustomID, Fingers a...
Mon, 31 Jan, 2022 at 12:12 PM
To delete the biometric data of an user that was already registered from the system, you must use the delete operation. For the request body, you need to in...
Mon, 31 Jan, 2022 at 12:20 PM