请求URL

/api/v1/vision/face-comparison

请求方法

POST

Header

Content-Type application/json

body请求体

{
    "FirstFace": {
        "FaceImage": {
            "Content": "base64 image string"
        },
    },
    "SecondFace": {
        "FaceImage": {
            "Content": "base64 image string"
        },
    },
}

返回结果

{"isMatch":true,"score":3778}

results matching ""

    No results matching ""