Adapt Face
To perform an adaption to the user’s biometric face sample registered on the engine, the method to be used is Adapt Face. Similar to the face verification process, this method is expecting a user’s face sample. In case of success, the system will replace the face registry by the new sample provided and respond that this process is complete with success. In case of failure, it’s necessary to repeat this process until the adaption process is completed with success.
Adapt Face
POST
Https://api.biometrid.com/api/1.1/users/:userId/dialogue/adapt/face
Adapt User's face enroll on a provider.
Path Parameters
userID
string
BiometrID user ID
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.
Last updated
Was this helpful?