Request

Send a POST request to below endpoint to check if an image is nsfw or not.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/nsfw_image_check' \

Body

json
{  
    "key": "enterprise_api_key",  
    "init_image": "http://your-image-url.com"
}

Attributes

key
string
required
Your enterprise API Key used for request authorization.
init_image
string
required
The image you want to check. Must be a valid image URL or base64-encoded string.