Face Matching & Liveness
Sending face(s) to be analyzed for faces comparison and checking if the captured face(s) is/are live
Face Matching
Matching between face captured and face on Identity documents
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"isMatched": <boolean>,
"transaction_id": <string>,
"client_transaction_id": <string>,
"request_id": <string>
},
.
.
.
}Liveness detection with multiple face images
Detecting Liveness
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated