Nudity Detection API

Nudity Detection API

Accepts an image file as binary data or a URL and flags it as naked content respectively, in real-time.

Response example. If you want to see more check the documentation.

Free Plan $0.00 Monthly Subscribe
100 Requests / Monthly
Free for Lifetime
No Credit Card Required
MOST POPULAR
Starter Plan $29.99 Monthly Subscribe
10,000 Requests / Monthly
Standard Support
Pro Plan $74.99 Monthly Subscribe
30,000 Requests / Monthly
Standard Support
Custom Plan Volume Monthly Contact Us
Any requests volume you need
Nudity Detection API Code Sample

Nudity Detection classifier is available as an API to integrate with existing applications. The API accepts an image file as binary data or a URL and flags it as naked content respectively, in real-time.

Classifier computes a score on a 1 to 5 scale for the content passed to it. A score of 5 would mean that the content is most likely nude while a score close to 1 would imply the content is safe to be published. In most cases, value of 4 is safe to go.

Example

The classifier is intelligent enough to identify swimsuits and will identify them as "unlikely".

Swim suits
Photo by Ryan Christodoulou on Unsplash

The API will return the following response for that photo.

{
  "description": "Unlikely contains adult content",
  "value": 2
}

You shall decide on how much nudity is accepted on your platform. If you wish to be 100% safe, you shall choose 1 as your threshold value.