v1
latestOpenAPI 3.1.02026-07-2634132204.7 KBOCR
名片识别接口
识别名片图片中的文字信息,支持多语言名片识别。
post/bizcard/recognize
Request body
Example request
{
"model": "glm-4v-flash"
}Response
成功响应
Example response
{
"name": "张三",
"company": "极客智识网络科技有限公司",
"position": "客户经理",
"address": "浙江省杭州市上城区钱江新城",
"phone": [
"+8618888888888",
"057128888888"
],
"email": [
"zhangsan@geekai.dev"
]
}