Use the free AI-powered Nudity Detection API from ImagePurify to detect and clean inappropriate or nude content from images automatically.
POST https://imagepurify.askjitendra.com/api/
Send a JSON payload with an image URL:
{
"image_url": "https://example.com/image.jpg"
}
{
"status": "true",
"code": 200,
"is_nude": true,
"image: https://imagepurify.askjitendra.com/pic.jpg
}