Detector24
Nudity & Adult Content Detector
ImageStandard Moderation

Nudity & Adult Content Detector

Detect nudity and sexual content using AI vision analysis

Accuracy
94%
Avg. Speed
15.0s
Per Request
$0.0075
API Name
nudity-detection

API Reference

Version
2601
Jan 3, 2026
Avg. Processing
15.0s
Per Request
$0.0075
Required Plan
trial

Input Parameters

Vision Language Model for image/video understanding with reasoning

media_typestring

Type of media being sent: 'image' or 'video'. Auto-detected if not specified.

Example:
image
image_urlstring

URL of image to analyze

Example:
https://example.com/image.jpg
base64_imagestring

Base64-encoded image data

video_urlstring

URL of video to analyze

Example:
https://example.com/video.mp4
base64_videostring

Base64-encoded video data

Response Fields

Structured Nudity & Adult Content Detector response

responseobject

Structured response from the model

Object Properties:
nudity_levelstring
Possible values:
no_nuditymild_nuditynudityexplicit_nudity_nsfw
visible_elementsobject
buttocks_visibleboolean
genitals_visibleboolean
see_through_clothingboolean
nipples_or_areola_visibleboolean
underwear_or_swimwear_visibleboolean
sexual_activity_levelstring
Possible values:
nonesuggestiveimpliedexplicit
thinkingstring

Chain-of-thought reasoning from the model (may be empty)

Complete Example

Request

{
  "model": "nudity-detection",
  "image_url": "https://example.com/image.jpg"
}

Response

{
  "inference_id": "inf_abc123def456",
  "model_id": "nudity_detection",
  "model_name": "Nudity & Adult Content Detector",
  "moderation_type": "image",
  "status": "completed",
  "result": {
    "response": {
      "nudity_level": "no_nudity",
      "visible_elements": {
        "buttocks_visible": false,
        "genitals_visible": false,
        "see_through_clothing": false,
        "nipples_or_areola_visible": false,
        "underwear_or_swimwear_visible": false
      },
      "sexual_activity_level": "none"
    },
    "thinking": ""
  }
}

Additional Information

Rate Limiting
If we throttle your request, you will receive a 429 HTTP error code along with an error message. You should then retry with an exponential back-off strategy, meaning that you should retry after 4 seconds, then 8 seconds, then 16 seconds, etc.
Supported Formats
gif, jpeg, jpg, png, webp
Maximum File Size
20MB
Tags:nsfwadult-contentsafetyvlmai-analysis

Ready to get started?

Integrate Nudity & Adult Content Detector into your application today with our easy-to-use API.