返回首页

图片鉴黄识别检测

鉴黄图片检测及识别

123 飞飞免费API接口
接口地址
https://ffapi.cn/int/v1/imageporn
返回格式
json
请求方式
get/post
请求示例
https://ffapi.cn/int/v1/imageporn?act=demo

参数说明

名称 必填 类型 说明
filestring文件流上传方式 必须为file
urlstring图片链接上传地址
actionstring检查强度(strong=增强版、weak=普通版)

返回数据

{
    "code": 200,
    "isPorn": false,
    "confidence": 0,
    "message": "正常图片"
}