Face Match (Image & Transaction ID)
Instead of sending two images, you can provide one face image and the Transaction ID
of a valid Data Extraction service transaction, so we can compare the face from this
transaction's document with the face image provided. Face Match (Image & Transaction ID)
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
'result': {
'is_similar': '<bool>',
'confidence': '<float>'
},
'transaction_id': '<str>',
'trials_remaining': '<int>'
}
{
"message": "Bad Request – invalid request received (e.g. missing Bundle key, required parameters or invalid json) | Make sure all the required parameters are included"
}{
"message": "Unauthorized – your Bundle key is invalid"
}{
"message": "Forbidden – specified access_token could not be found"
}{
"message": "Not Found"
}Integration




Last updated