v1
latestOpenAPI 3.1.02026-07-2634132204.7 KBOCR
身份证识别接口
识别身份证图片中的文字信息,支持正反面识别。
post/idcard/recognize
Request body
Example request
{
"model": "glm-4v-flash"
}Response
成功响应
Example response
{
"name": "张三",
"sex": "男",
"nation": "汉",
"birth": "2025年2月10日",
"address": "浙江省杭州市上城区XX小区XX幢元XX室"
}