验证码自动识别接口,根据图片识别验证码,支持数字、字母组合;由于需要上传文件,本接口不适用于在聚盒子中进行测试。
接口名称:验证码自动识别接口
接口平台:免费接口
接口地址:http://op.juhe.cn/vercode/index
支持格式:json/xml
请求方式:post
请求示例:http://op.juhe.cn/vercode/index
验证码自动识别接口调用JSON返回示例:
{
"reason":"成功的返回",
"result":"00j8",
"error_code":0
}
验证码自动识别接口调用XML返回示例:
<root>
<reason>成功的返回</reason>
<result>OOJ8</result>
<error_code>0</error_code>
</root>