Skip to main content
POST
NSFW image check

Request

Send a POST request to below endpoint to check if an image is nsfw or not.
curl

Body

json
threshold is a float between 0 and 1 (default: 0.5).

Body

application/json
key
string
required

Your enterprise API Key used for request authorization

init_image
string<uri>
required

The image you want to check

threshold
number
default:0.5

Floating-point threshold score for NSFW detection (image or video)

Required range: 0 <= x <= 1

Response

NSFW image check response

images
string<uri>

The image URL that was checked

has_nsfw_concept
boolean[]

Array indicating if the image has NSFW content