VOOZH about

URL: https://apify.com/babak/nsfw-image-detector/api

⇱ NSFW Image Detector API Β· Apify


Pricing

$7.00/month + usage

Go to Apify Store

NSFW Image Detector

This NSFW image detector is a fast and easy JPEG, PNG, BMP, and GIF nude checker, and content moderation tool. It marks indecent content from hundreds of image URLs in seconds. Let your users view πŸ‘™ porn, 🎌 hentai, and 😍 sexy content only when they want to!

Pricing

$7.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ V Hzrok

V Hzrok

Maintained by Community

Actor stats

3

Bookmarked

25

Total users

0

Monthly active users

3 years ago

Last modified

Share

You might also like

image to image

evoort-solutions-llc/image-to-image

Evoort Solutions LLC

8

Convert Image to PDF and PDF to Image

akash9078/image-pdf-converter

Convert images (JPG, PNG, BMP, and more) into high-quality PDFs, or extract images from PDF files in seconds. Image–PDF Converter Pro delivers fast, reliable, and professional results for all your document and image conversion needs.

πŸ‘ User avatar

Akash Kumar Naik

37

Image Scraper

rapidtech1898/image-scraper

Extract image links from any website quickly and easily. Enter a URL and the scraper collects all available image URLs in seconds. Perfect for designers, marketers, and developers who need fast access to image sources without manual searching.

103

1.0

Bulk Image Downloader

onescales/bulk-image-downloader

The Bulk Image Downloader is a powerful Apify actor that extracts and downloads images from web pages or processes direct image URLs in bulk. Whether you need to download a single image or thousands of images from multiple websites, this tool handles it all efficiently.

1.1K

5.0

Image Format Converter

rixin/image-format-converter

From $0.05/1k images. Image Format Converter - Transform images between JPEG, PNG, WebP, BMP, GIF, TIFF, ICO, and AVIF formats. Supports batch processing with adjustable quality settings. Input any URL or Apify storage file. Fast and reliable.

Google Image Scraper

thodor/google-image-scraper

Google image scraper is a scraping tool that helps you extract up to 30,000 full-size image URLs from Google Images by keyword.

Website Image Scraper

gomorrhadev/website-image-scraper

Website Image Scraper is a fast, lightweight tool that crawls websites to extract image URLs (jpg, png, svg) without downloading files or using browsers. It supports recursive crawling, respects robots.txt, and efficiently collects image links for analysis or monitoring or a later download.

πŸ‘ User avatar

Gomorrha UG (haftungsbeschrΓ€nkt)

308

5.0

Google Images Scraper

hooli/google-images-scraper

Scrape image details from images.google.com. Add your query and number of images and extract image details such as image URL, image source, description, image dimensions, thumbnail, and more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

You can access the NSFW Image Detector programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "imgUrl": "https://apify-image-uploads-prod.s3.amazonaws.com/Nbvb2ZAX96yhhtJQy/EQ2R5dkeB3Kizko6x-IMG_6685.png",
< "directLinks": [],
< "directLinksFile": []
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/babak~nsfw-image-detector/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

NSFW Image Detector API

Below, you can find a list of relevant HTTP API endpoints for calling the NSFW Image Detector Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/babak~nsfw-image-detector/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/babak~nsfw-image-detector/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/babak~nsfw-image-detector?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the NSFW Image Detector API programmatically via the Apify API.

You can choose from:

NSFW Image Detector API in Python

NSFW Image Detector API in JavaScript

NSFW Image Detector API through CLI

NSFW Image Detector OpenAPI definition

You can start NSFW Image Detector with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The NSFW Image Detector is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the NSFW Image Detector run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.