稳定、快速的API服务

出生证明识别,我们致力于为用户提供专业的免费API数据接口服务

出生证明识别 v1.0

最后更新: 2026-09-02 12:12:08

出生证明OCR识别接口,可精准识别出生医学证明上的新生儿姓名、性别、出生时间、出生体重、出生地点父母各项信息等字段。

按次计费(¥0.10/次) 调用次数: 0 正常运行 响应速度: <100ms 需要传入API密钥

接口信息

接口地址:
https://api.shuliancloud.com/v4/recognize_birth_certification/ocr
请求方式: POST
返回格式: JSON

调用统计

0
今日调用
0
总调用次数
请求示例 https://api.shuliancloud.com/v4/recognize_birth_certification/ocr

点击右侧按钮复制完整请求地址,参数值请替换为实际有效值

请求参数 (暂无请求参数)

参数名 是否必填 参数类型 参数说明
暂无请求参数信息

请求参数说明

|  名称 |  类型 |是否必填   | 说明  |
| ------------ | ------------ | ------------ | ------------ |
| appid  |  varchar |  是 | 服务商分配的唯一标识  |
| timestamp |  number | 是  | 当前时间的毫秒数  |
| sign  | varchar  | 是  | 签名,<a href='#sign'>签名算法说明</a>  |
|image| varchar| 否 | 图片base64串,image、url二选一
| url | varchar | 否 | 图片url,image、url二选一

返回参数 (暂无返回参数)

参数名 参数类型 参数说明
暂无返回参数信息

返回参数说明

|  字段名 | 说明  |  
| ------------ | ------------ |
| success  | 接口请求成功标识,true为成功,false为失败,失败情况下,会有对应描述和状态码  |   
| code  |成功为200,其它为失败状态码   | 
| msg  | code对应的说明描述   | 
| data  | 验证结果详细信息|  
| order_no  | 订单号|


| 字段  | 描述|
| ------------ | ------------ |
| sex  | 性别 |
| birthTime  | 出生时间 |
| gestationalAge  | 出生孕周 |
| birthWeight  | 出生体重 |
| birthLength  | 出生身长 |
| birthPlace  | 出生地 |
| medicalInstitutions  | 医疗机构名称 |
| motherName  | 母亲姓名 |
| motherAge  | 母亲年龄 |
| motherNationality  | 母亲国籍 |
| motherEthnicity  | 母亲民族 |
| motherAddress  | 母亲住址 |
| motherIdCardNumber  | 母亲有效身份证件号 |
| fatherName  | 父亲姓名 |
| fatherAge  | 父亲年龄 |
| fatherNationality  | 父亲国籍 |
| fatherEthnicity  | 父亲民族 |
| fatherAddress  | 父亲住址 |
| fatherIdCardNumber  | 父亲有效身份证件号 |
| issueAuthority  | 签发机构 |
| issueDate  | 签发日期 |
| certificateNumber  | 编号 |

返回示例

{
    "msg": "成功",
    "success": true,
    "code": 200,
    "data": {
        "order_no": "qd5bdzstwmt51lkyhh",
        "gestationalAge": "40",
        "motherNationality": "中国",
        "motherEthnicity": "汉族",
        "fatherName": "读**",
        "medicalInstitutions": "保靖县人民医院",
        "motherIdCardNumber": "431111*****334444",
        "fatherAge": "35",
        "sex": "男",
        "motherName": "读**",
        "motherAge": "33",
        "fatherAddress": "湖南省保靖县****风村",
        "birthTime": "2019年06月26日09时28分",
        "motherAddress": "湖南省湘西土家族苗族****县",
        "issueAuthority": "保靖县人民医院",
        "birthLength": "50",
        "neonatalName": "读**",
        "birthPlace": "湖南湘西土家族保靖县****州",
        "certificateNumber": "A1234****9",
        "fatherNationality": "中国",
        "fatherIdCardNumber": "631111*****4",
        "birthWeight": "3450",
        "issueDate": "2019年07月01日",
        "fatherEthnicity": "土家族"
    }
}