Face Comparison

TEST DATA

image_one: https://res.cloudinary.com/dh3i1wodq/image/upload/v1675417496/cbimage_3_drqdoc.jpg
image_two: https://res.cloudinary.com/dh3i1wodq/image/upload/v1677955197/face_image_tkmmwz.jpg

To get face not match response
image_two: https://res.cloudinary.com/dh3i1wodq/image/upload/v1674194072/Screenshot_2023-01-20_at_6.53.52_AM_fdq1tj.png

Compare two face images

POST https://api.myidentitypay.com/api/v2/biometrics/merchant/face/comparison

Headers

NameTypeDescription

x-api-key*

String

your secret key

app-id*

String

your app id

Request Body

NameTypeDescription

image_one*

string

image_two*

{
    "status": true,
    "message": "Face Match",
    "confidence": 1.0,
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated