Skip to content

API for Detecting Nudity (NSFW | 18+)

License

Notifications You must be signed in to change notification settings

chebyrash/censor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Media Formats

Name Type
JPEG Image
PNG Image
WEBM Video
MP4 Video
GIF Video

Example Request

{
  "url": "string"
}

Example Response

{
  "url": "string",
  "censor": true
}