Free NSFW Detection API
Detect unsafe images with AI. 100 free requests/day. No signup required.
Drop image here or click to upload
JPG, PNG, WebP
How does the NSFW detection API work?
NSFW Checker uses Microsoft's ResNet-50 deep learning model running on a global edge network. Images are processed on 300+ global edge locations for low-latency responses, and are never stored or logged.
Send your image
POST any user-uploaded image to the API endpoint as multipart form data or raw binary.
AI classifies it
ResNet-50 deep learning model analyzes the image for nudity, swimwear, lingerie, and explicit content in under 500ms.
Get safe or unsafe
Receive a clear JSON response with a boolean result and confidence score. Block or allow content in your app.
What content does the API detect?
The ResNet-50 model classifies images across multiple NSFW categories. It is trained on millions of labeled images and works best for detecting visually explicit content.
Who uses the NSFW Checker API?
Social Platforms
Auto-moderate user uploads on forums, communities, and social apps before they go live.
Dating Apps
Screen profile photos and chat images to keep your platform safe for all users.
Image Hosting
Scan uploads on image hosting services to prevent explicit content from being shared.
AI Generators
Add a safety filter to AI-generated images before displaying them to users.
API Documentation
https://api.nsfwcheckers.workers.devmultipart/form-data (field name: image) or raw binary body. Max 10MB.nsfwbooleantrue if image is not safe for workscorenumber0 to 1 confidence (higher = more NSFW)usednumberRequests used todayremainingnumberRequests left todaydaily_limitnumberYour daily limitcurl -X POST https://api.nsfwcheckers.workers.dev \ -F "image=@photo.jpg"
{
"nsfw": false,
"score": 0.02,
"daily_limit": 100,
"used": 1,
"remaining": 99
}Pricing
Start free. Upgrade when you need more.
- Dedicated API key
- Priority processing
- Usage dashboard
- Dedicated API key
- Priority processing
- Custom limits
Frequently asked questions
Everything you need to know about the NSFW Checker API.