Multibiometrics

How to add someone on BioPass ID?
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
How to edit someone’s biometric data?
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
How to make someone’s facial verification?
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
How to make someone’s fingerprint verification?
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
How to delete someone’s biometric data?
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