NSFW Content Moderation API
## NSFW Image Moderation API Screen **images** for NSFW / adult content in milliseconds. Send an image and get back a binary `flagged` verdict plus an `nsfw_score` confidence — powered by a lightweight vision classifier, with no LLM cost and no prompt engineering. ### What it does - **Image-only, binary NSFW detection** (safe vs. NSFW) with a 0–1 confidence score. - Accepts an **image URL** or…
NSFW Content Moderation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create Moderation /v1/moderations |
Moderate text and/or images. Returns per-category safety verdicts (flagged + category scores) across 13 categories. OpenAI-compatible. |
| POST |
Detect /detect |
Alias of /v1/moderations. Moderate text and/or images and receive safety verdicts. |
| GET |
List Models /v1/models |
List available moderation models. Returns OpenAI-compatible model objects. |
| GET |
Health /health |
Health check. Returns service status. No authentication required. |
NSFW Content Moderation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|
| MEGA | $199.99 / month | — |
|