UPLOAD IMAGE
Or drop a file

NSFW API (V2.0)

Different cultures, communities and industries have their own levels of acceptance and moderation rules for nudity or suggestive content. By detecting individual objects associated with nudity and suggestive content, you can filter nudity based on your specific needs. The Not safe For Work (NSFW) API designed to categorize images in three categories as below:
NSFW
Expect porn images, nudity, and genitals to be put into this category.
SUGGESTIVE
Medium safe images such as: Female swimwear, bikini, lingerie, underwear and revealing clothes. Male swimwear and bare chest.
SAFE
Completely safe images without nudity.

QUICK AND EASY TO SETUP

You only need a few lines of code to be up and running.
We have worked hard to make it simple and quick to integrate with.

CONTENT MODERATION PYTHON EXAMPLE

import requests

with open('image.jpg', "rb") as img_file:
    source_bytes = img_file.read()

response = requests.post('https://asia-east2-falcon 293005.cloudfunctions.net/nsfw', data=source_bytes)
import requests

url = 'https://site.com/image.jpg'

response = requests.post('https://asia-east2-falcon 293005.cloudfunctions.net/falcon', data=requests.get(url))

SAMPLE

You determine the suitability of content for your application. For example, images of a partial nudity might be acceptable, but images containing explicit nudity might not. To filter images, use the predicted labels value that is returned by the API.  The API do not return the final moderation result. The confidence rates show how likely the image was contains each label’s scene.
NSFW API Response: {       'Version': '1.0',       'Message': 'succeed',       'Code': '0',       'ModerationLabels':       {            'nsfw': 0.0,            'suggestive': 0.99,            'Safe': 0.1,       }  }
Image Source
Detects the likelihood that an image contains nudity and should be considered NSFW. Returns a number between 0 and 1, with 1 being 100% likely to contain nudity and be NSFW.  Set and change your threshold at any time directly in your code. You can set the confidence threshold based on your business strategy and restrictions to detect inappropriate content and filter out them.

THEY TRUST US

Falcon content moderation technology have been integrated in multiple apps & websites and has scanned million of pictures