Verify Face
To perform the user’s biometric face verification, the method to be used is Verify Face. Similar to the face enrollment process, the request to this method requires the upload of a face sample. This process will compare the photo uploaded with the one registered on the engine regarding some threshold variable that can be defined by the client to the process. In case of success, the system will respond that the verification process is complete and the user verified. In case of failure, it’s necessary to repeat the process until the verification step is completed.
Verify Face
POST
Https://api.biometrid.com/api/1.1/users/:userId/dialogue/verify/face
Verify user's face on client's chosen provider.
Path Parameters
userID
string
BiometrID user ID
Headers
Content-type
string
Request content type (this header is not required to be set. Referenced only to show how we expect data to be sent).
content-type: "multipart/form-data"
x-biometrid-key
string
Application Client Key
x-biometrid-secret
string
Application Client Secret
Request Body
livenessId
string
Liveness session identifier obtained from successful validation. Required if liveness is active for in Client configuration.
photo
object
Image file containing user's face for biometric analysis. File format: jpeg, png or jpg. Maximum file size 1 Mb.
Last updated
Was this helpful?