接口地址
https://ffapi.cn/int/v1/imageporn
返回格式
json
请求方式
get/post
请求示例
https://ffapi.cn/int/v1/imageporn?act=demo
参数说明
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| file | 是 | string | 文件流上传方式 必须为file |
| url | 否 | string | 图片链接上传地址 |
| action | 否 | string | 检查强度(strong=增强版、weak=普通版) |
返回数据
{
"code": 200,
"isPorn": false,
"confidence": 0,
"message": "正常图片"
}