人像比对

HTTPS
实名认证+人像比对(尊享版)
套餐 1
套餐 2
套餐 3
套餐 4
34 / 100 次

雷达评级

AA

用户规模

10 万+

产品上线

4

人像比对

接口地址
https://chinadatapay.apistd.com/communication/personal/2061
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
namestring
string
姓名
idcardstring
string
身份证号
imageIdstring
string
图片ID(根据接口《数据宝图片上传接口文档.pdf》返回值“data”获取,例如:“a54ad2ce022b4da689d9081a5eaeb4f8”)
返回参数 (Body)
参数类型描述
codestring
string
业务状态码
messagestring
string
提示信息
dataobject
object
scorestring
string
分值(0-1,分值越大相似度越高)
seqNostring
string
序列号(每次调用接口返回的唯一值,如有接口问题,请提供此值)
请求返回示例
{
  "code": "10000",
  "message": "成功",
  "data": {
    "score": 0.9663585424423218
  },
  "seqNo": "34R952F61803161404"
}