Safe
99% confidence
Have questions? Talk to sales
99% confidence
98% confidence
97% confidence
96% confidence
98% confidence
99% confidence
99% confidence
96% confidence
or see our list of related concepts and definitions
Best-in-class accuracy. Specialist models and A.I. trained specifically for Nudity Detection.
Always up to date. Continuously improved and optimized.
Instant response. No callback mechanisms for Image Moderation. No queues. No waiting.
Optimized for speed. Powerful Hardware for Media Analysis.
Filter user-submitted images based on their content. Define your own rules to accept or reject images. Automatically remove offending images or flag them for review. Works with any image, any size, any format. Intro to the Image Moderation API.
JPEG PNG WebP GIF...
Moderate streams in real-time and detect scenes containing suggestive nudity, porn or adult content immediately. Safeguard your viewers and protect your brand. Works with static and live videos. Works with most formats and protocols. More on Video Moderation
H.264 avi mov mpeg HLS RTSP RTMP...
Detect nudity across 9 levels from very explicit to slightly suggestive
Detect weapons, firearms, threatening knives
Detect wine, beer, cocktails, spirits
Detect pills, cannabis, joints, syringes, heroin...
Detect offensive, nazi, supremacist signs and gestures
# copy and paste this in your terminal
curl -X GET -G 'https://api.sightengine.com/1.0/check.json' \
-d 'url=https://sightengine.com/assets/img/examples/example7.jpg' \
-d 'models=nudity-2.0'
# install the SDK with "pip install sightengine"
client = SightengineClient('{api_user}', '{api_secret}')
output = client.check('nudity-2.0') \
.set_url('https://sightengine.com/assets/img/examples/example7.jpg')
// install the SDK with "composer require sightengine/client-php"
use \Sightengine\SightengineClient;
$client = new SightengineClient('{api_user}', '{api_secret}');
$check = $client->check(['nudity-2.0']);
$output = $check->set_url('https://sightengine.com/assets/img/examples/example7.jpg');
// install the SDK with "npm install sightengine --save"
var sightengine = require('sightengine')('{api_user}', '{api_secret}');
sightengine.check(['nudity-2.0']).set_url('https://sightengine.com/assets/img/examples/example7.jpg').then(function(result) {
// The API response (result)
}).catch(function(err) {
// Handle error
});
Empower your business with Powerful Content Analysis and Filtering.
GET STARTED