NSFW Classification

FREEMIUM
Health Check

N/A

README

Header

 Authorization -  Basic Auth with nanonets API Key found at app.nanonets.com as username and password as empty
 Example: 'Basic ' + base64Encoding(REPLACE_NANONETS_API_KEY+':')

Form Data

  file - binary stream of file(s)

Sample Response Body

{
  "message": "Success",
  "result": [
    {
      "message": "Success",
      "prediction": [
        {
          "label": "sfw",
          "probability": 0.99849355
        },
        {
          "label": "nsfw",
          "probability": 0.0015064089
        }
      ],
      "file": "https://s3-us-west-2.amazonaws.com/nanonets/uploadedfiles/353cea12-4dcc-47ee-b139-dd345157b17d/sfw/1a1e1d3a-6ed6-4869-bab4-c64488925584.jpeg"
    }
  ]
}
Followers: 3
Resources:
Product Website
API Creator:
Rapid account: Vamsi
vamsi
nanonets
Log In to Rate API
Rating: 5 - Votes: 1