NSFW Image Detection
Stop inappropriate content before it reaches your users! 🛡️  Advanced machine learning that identifies adult content with high accuracy. ### Detection Capabilities: - Explicit nudity recognition - Suggestive content flagging - Safe-for-work classification - Confidence scoring per category ### Detailed Analysis: 🎯 Multiple…
NSFW Image Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/image/analyze /image/analyze |
Analyze image for NSFW content ``` Output: is_nsfw (boolean), nsfw_score (float), categories (object: {explicit, suggestive, safe}), confidence (float), processing_time (float) ``` |