Eachlabs | AI Workflows for app builders
nsfw_image_detection

NSFW Image Detection

NSFW Image Detection is an AI-powered tool designed to identify and flag inappropriate or sensitive images.

Avg Run Time: 1.000s

Model Slug: nsfw-image-detection

Category: Image to Text

Create a Prediction

Send a POST request to create a new prediction. This will return a prediction ID that you'll use to check the result. The request should include your model inputs and API key.

Get Prediction Result

Poll the prediction endpoint with the prediction ID until the result is ready. The API uses long-polling, so you'll need to repeatedly check until you receive a success status.