身份证OCR识别

HTTPS
身份证OCR识别(建议线下测试)
套餐 1
套餐 2
套餐 3
套餐 4
2 / 100 次

雷达评级

AA

用户规模

10 万+

产品上线

4

身份证OCR识别

接口地址
https://chinadatapay.apistd.com/trade/user/1985
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
imageIdstring
string
图片ID(根据接口“图片接口API”返回值“data”获取,例如:“a54ad2ce022b4da689d9081a5eaeb4f8”)
返回参数 (Body)
参数类型描述
codestring
string
业务状态码
messagestring
string
提示信息
dataobject
object
namestring
string
姓名
idcardstring
string
身份证号
sexstring
string
性别
nationstring
string
民族
birthdaystring
string
生日
addressstring
string
地址
imagestring
string
身份证头像照片(暂不提供)
authoritystring
string
签发机关
timelimitstring
string
有效期限
seqNostring
string
序列号(每次调用接口返回的唯一值,如有接口问题,请提供此值)
请求返回示例
{
  "code": "10000",
  "message": "成功",
  "data": {
    "birthday": "1994*20",
    "sex": "男",
    "address": "武汉市***1楼3号",
    "name": "小王",
    "idcard": "420****36",
    "image": "",
    "nation": "汉"
  },
  "seqNo": "58J089A41709121914"
}