Biometrics Liveness
This endpoint exists only for the integration of the ZoOm's liveness engine. This integration should only take place using the provided BiometrID WebSDK.
Biometrics Liveness
POST
https://face.biometrid.com/biometrics/liveness
This endpoint performs a liveness check on a given `zoomSessionData` object
Headers
content-type
string
Accepts multipart/form-data ou application/json. Usage to be manage while implementing the solution
x-app-token
string
Liveness app token use to identify and validate the used account
x-user-agent
string
Liveness engine generated string that contains informations about the session and user agent
Request Body
zoomSessionData
string
Proprietary data objects generated by the ZoOm Web library. This attribute should be a base64 string when using content-type: application/json and blob (application/zip) when using content-type: multipart/form-data
sessionId
string
The session id is output from the ZoOm iOS/Android/Web SDK's, is a unique string, and is used for traceability when following this transaction/facemap through processing.
auditTrail
array
Array of base64 encoded images, taken during the liveness video process
Last updated
Was this helpful?