NSFW

免费增值
通过 Nyckel | 已更新 2 месяца назад | Artificial Intelligence/Machine Learning
人气

5.1 / 10

延迟

1,406ms

服务等级

100%

Health Check

N/A

关注者:0
资源:
产品网站
API 创建者:
Rapid account: Nyckel
Nyckel
nyckel
登录并给 API 打分
打分:5 - 投票:1

README

Image NSFW classifier

To use this API, just send the image that you’d like analyzed. Our API will then return the image content level as

  • NSFW (Porn)
  • NSFW (Drawings)
  • SFW (Mildly Suggestive)
  • SFW (Drawings)
  • SFW (Neutral)

Example

curl -X POST \
   -d '{"data":"https://www.link-to-my-image.jpg"}' \
   https://nsfw13.p.rapidapi.com/invoke

Response

{
  "labelName": "NSFW (Porn)",
  "confidence": 0.79
}

Three ways to pass images: as a binary file, as public url, or dataURI.

About Nyckel

Nyckel offers several pre-trained AI classification functions here on the hub, and more on our website. We also provide a self-serve platform for you to create your own.

Contact

Don’t hesitate to reach out if you have any questions or concerns.