你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得
雷达评级
AA
用户规模
10 万+
产品上线
5 年
https://binstd.apistd.com/imageidentification/identify
multipart/form-data
application/json
POST
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
key string | string | 是 | 请求 AccessKey, 请在控制台中查看 |
参数名 | 类型 | 必须 | 描述 |
---|---|---|---|
pic file | file|string | 是 | 支持图片URL、文件或者base64内容 |
参数名 | 类型 | 描述 |
---|---|---|
status string | string | 返回码 |
msg string | string | 返回说明信息 |
result object | object | 返回结果 |
└ pic string | string | 如果图片为URL,会返回URL |
└ type string | string | normal正常、sexy性感、porn色情、uncertain不确定 |
└ score string | string | 可信度 100分制 |
{
"status": 0,
"msg": "ok",
"result": {
"type": "porn",
"score": 78,
"pic": "https://filescdn.proginn.com/apistd/example/pic/pornpic.jpg"
}
}
你也使用过这个API吗?欢迎分享你的见解
与大家分享你的见解、观点、比较或使用心得