Request
Send aPOST request to below endpoint to check if an image is nsfw or not.
curl
Body
json
Attributes
Your enterprise API Key used for request authorization.
The image you want to check. Must be a valid image URL or base64-encoded string.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
This endpoint is used to check if an image is NSFW.
POST request to below endpoint to check if an image is nsfw or not.
--request POST 'https://modelslab.com/api/v1/enterprise/nsfw_image_check' \
{
"key": "enterprise_api_key",
"init_image": "http://your-image-url.com"
}
Was this page helpful?
