医疗器械经营许可证识别
通用API
【更新时间: 2025.07.25】
可快速精准的识别医疗器械经营许可证所包含许可证编号、企业名称、注册地址、法定代表人、企业负责人、质量管理人、仓库地址、经营范围、许可期限、发证日期等关键字段信息。
|
浏览次数
7
采购人数
0
试用次数
0
收藏
×
完成
取消
×
书签名称
确定
|
- 详情介绍
- API文档
产品介绍
API接口列表
医疗器械经营许可证识别
1.1 简要描述
可快速精准的识别医疗器械经营许可证所包含许可证编号、企业名称、注册地址、法定代表人、企业负责人、质量管理人、仓库地址、经营范围、许可期限、发证日期等关键字段信息。
1.2 请求URL
/
1.3 请求方式
post
1.4 入参
| 参数名 | 参数类型 | 默认值 | 是否必传 | 描述 |
|---|---|---|---|---|
| image | string | 是 |
1.5 出参
| 参数名 | 参数类型 | 默认值 | 描述 |
|---|---|---|---|
| title | string | ||
| licenseNumber | string | ||
| companyName | string | ||
| businessType | string | ||
| officeAddress | string | ||
| businessScope | string | ||
| businessAddress | string | ||
| warehouseAddress | string | ||
| issueDate | string | ||
| issueAuthority | string | ||
| legalRepresentative | string | ||
| responsiblePerson | string | ||
| qualityManager | string | ||
| registeredAddress | string | ||
| validToDate | string |
1.6 错误码
| 错误码 | 错误信息 | 描述 |
|---|---|---|
| FP00000 | SUCCESS | |
| KYC2010 | 图片不合格 |
1.7 示例
请求参数{
"image": ""
}
返回参数
{
"title": "",
"licenseNumber": "",
"companyName": "",
"businessType": "",
"officeAddress": "",
"businessScope": "",
"businessAddress": "",
"warehouseAddress": "",
"issueDate": "",
"issueAuthority": "",
"legalRepresentative": "",
"responsiblePerson": "",
"qualityManager": "",
"registeredAddress": "",
"validToDate": ""
}
错误码
{
"FP00000": "SUCCESS",
"KYC2010": "图片不合格"
}
依赖服务