色情图片识别

优选
HTTPS
识别一张图片是色情、性感还是正常图片,准确度在99.5%以上
免费套餐
Level1
Level2
Level3
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

4

色情图片识别

接口地址
https://binstd.apistd.com/imageidentification/identify
请求格式
multipart/form-data
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
请求参数 (Body)
参数类型必须描述
picfile
file|string
支持图片URL、文件或者base64内容
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultobject
object
返回结果
picstring
string
如果图片为URL,会返回URL
typestring
string
normal正常、sexy性感、porn色情、uncertain不确定
scorestring
string
可信度 100分制
请求返回示例
{
  "status": 0,
  "msg": "ok",
  "result": {
    "type": "porn",
    "score": 78,
    "pic": "https://filescdn.proginn.com/apistd/example/pic/pornpic.jpg"
  }
}