Find Multiple Id by Face
This method is used to find if there's multiple Biometrid Ids that match the the faces sent on the request.
Find-by-Multiple
POST
Https://api.biometrid.com/api/1.1/users/find-by-multiple
Find multiple Biometrid Ids by faces present on photo.
Headers
Content-type
string
Request content type (This 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.
Success 200
Field
Type
Description
status
Boolean
Response status.
data
Object
Response main data.
message
String
Message regarding process status.
verified
Boolean
If present, indicates the status for the verification process.
usersFound
Array
Array containing a pair of userId/confidence for each enrolled user present on the photo.
userId
String
Biometrid Id return by the process if face match an already enrolled user.
confidence
String
Confidence returned by the engine regarding the face verification. (between 0-1)
Last updated
Was this helpful?