# BaseBuilder AI NSFW Detection

> BaseBuilder AI NSFW Detection is a paid API for AI agents from bb-ai-seven.vercel.app, paid per call via x402, $0.10097/call, status unknown (last checked 2026-09-15).

Analyzes content to detect whether it is NSFW (not safe for work), returning a classification and confidence signal

## Facts

- Endpoint: POST https://bb-ai-seven.vercel.app/api/nsfw-detection
- Price: $0.10097/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-ai-nsfw-detection-89a33f01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v94-N6UlSpElLTHFxsz6o

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability basebuilder-ai-nsfw-detection-89a33f01 -d '<json body>'
```

Example prompt: Can you check if this image is NSFW or safe for work? Here's the URL: https://example.com/user-upload.jpg — I need a classification and confidence score before I allow it on my platform.

## When to prefer this

Choose this endpoint when you need automated content moderation or NSFW screening for user-uploaded images on a platform, especially when cost per call (~$0.10 USDC) is acceptable and you want a simple REST API with x402 micropayment support rather than integrating a full-scale moderation SDK.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Unsupported media format rejected
- Payment not provided or insufficient results in 402 response
- Content too large or rate limit exceeded
- Ambiguous or borderline content may yield low-confidence result

## How this service works

BaseBuilder Ai API hub - 15 paid endpoints

## Output

Returns a classification indicating whether the submitted content is NSFW or safe, along with a confidence score or probability indicating how certain the model is in its determination.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-ai-nsfw-detection-89a33f01/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-ai-seven.vercel.app](https://www.zero.xyz/host/bb-ai-seven.vercel.app/llms.txt)
