ocr识别

GET

识别验证码

https://api.aiys.net/api/identify
https://api.aiys.net/api/identify/?url=https://img.aiys.net/i/2026/02/20/118cpxn.png&type=ocr

请求参数

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.aiys.net/api/identify?url=${text}&type=${text}'

返回示例

{
  "code": 200,
  "msg": "成功",
  "result": "y6aa",
  "execution_time": 1.0767908096313477,
  "request_id": "5a5b2d76bee3e1d16a0b0af5"
}