狗哥API - 提供免费接口调用平台

首页 接口详情

AI鉴黄图片接口

AI鉴黄图片接口

接口信息
请求地址

https://api3.mhimg.cn/api/safe_img

请求方式

GET

返回格式

JSON

调用次数

0


在线测试
请求参数
该接口无需请求参数
返回参数
暂无返回参数说明
返回示例
{
  "session_id":"a",
  "response":{
    "hentai":0.6039469242095947,
    "porn":0.2834160625934601,
    "sexy":0.07540653645992279,
    "drawing":0.028896067291498184,
    "neutral":0.008334447629749775,
    "is_nsfw":true,
    "judgment":"黄图(二次元色情概率0.6039 ≥ 0.6)",
    "thresholds_used":{
    }
  }
}
调试工具
请求参数
参数名称 参数值 操作
返回结果
{
  "session_id":"a",
  "response":{
    "hentai":0.6039469242095947,
    "porn":0.2834160625934601,
    "sexy":0.07540653645992279,
    "drawing":0.028896067291498184,
    "neutral":0.008334447629749775,
    "is_nsfw":true,
    "judgment":"黄图(二次元色情概率0.6039 ≥ 0.6)",
    "thresholds_used":{
    }
  }
}
错误码说明
暂无错误码定义
代码示例