| 参数名称 | 类型 | 说明 |
|---|---|---|
| pic | string | 如果图片为URL,会返回URL |
| type | string | normal正常、sexy性感、porn色情、uncertain不确定 |
| score | string | 可信度 100分制 |
<?php
require_once 'curl.func.php';
$appkey = 'your_appkey_here';//你的appkey
$pic = 'https://api.jisuapi.com/imageidentification/2.jpg';
$url = "https://api.jisuapi.com/imageidentification/identify?appkey=$appkey&pic=$pic";
$result = curlOpen($url, ['ssl'=>true]);
$jsonarr = json_decode($result, true);
if($jsonarr['status'] != 0)
{
echo $jsonarr['msg'];
exit();
}
$result = $jsonarr['result'];
echo $result['pic'].' '.$result['type'].' '.$result['score'];
{
"status": 0,
"msg": "ok",
"result": {
"pic": "http://api.jisuapi.com/imageidentification/2.jpg",
"type": "normal",
"score": "95"
}
}
| 代号 | 说明 |
|---|---|
| 201 | 图片为空 |
| 202 | 图片格式错误 |
| 204 | 图片大小超过300K |
| 208 | 鉴定失败 |
| 210 | 没有信息 |
| 代号 | 说明 |
|---|---|
| 101 | APPKEY为空或不存在 |
| 102 | APPKEY已过期 |
| 103 | APPKEY无请求此数据权限 |
| 104 | 请求超过次数限制 |
| 105 | IP被禁止 |
| 106 | IP请求超过限制 |
| 107 | 接口维护中 |
| 108 | 接口已停用 |
| 计次套餐 | 套餐规格 | 价格 | ||
|---|---|---|---|---|
| 免费套餐 | 10次 | 0.00 元 | ≈0元/次 | |
| Level1 | 10000次 | 50.00 元 | ≈0.005元/次 | |
| Level2 | 20000次 | 90.00 元 | ≈0.0045元/次 | |
| Level3 | 50000次 | 200.00 元 | ≈0.004元/次 | |
| Level4 | 100000次 | 320.00 元 | ≈0.0032元/次 | |


© 2015-2025 杭州极速互联科技有限公司 版权所有 浙ICP备17047587号-4 浙公网安备33010502005096 增值电信业务经营许可证:浙B2-20190875