简体中文
cURL
curl --request POST \ --url https://geekai.co/api/v1/bizcard/recognize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "image": "<string>", "model": "glm-4v-flash" }'
{ "name": "张三", "company": "极客智识网络科技有限公司", "position": "客户经理", "address": "浙江省杭州市上城区钱江新城", "phone": [ "+8618888888888", "057128888888" ], "email": [ "zhangsan@geekai.dev" ] }
识别名片图片中的文字信息,支持多语言名片识别。
curl --location 'https://geekai.co/api/v1/bizcard/recognize' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --data '{ "image": "https://example.com/bizcard.jpg" }'
JWT认证token
成功响应
The response is of type object.
object