# BlackBobs.ai NSFW Content Detection v3

> BlackBobs.ai NSFW Content Detection v3 is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.052268/call, status unknown (last checked 2026-09-14).

Analyzes content to detect whether it is NSFW (not safe for work) or contains adult/explicit material

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/nsfw3
- Price: $0.052268/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-nsfw-content-detection-v3-8aa90686
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FqhM6akzh8nSrbXK-zhNy

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 blackbobs-ai-nsfw-content-detection-v3-8aa90686 -d '<json body>'
```

Example prompt: Can you check if this image is safe for work or contains explicit/adult content before I post it on the platform?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription NSFW content classifier accessible via the x402 micropayment protocol on Base chain. Ideal for agents that occasionally need content moderation without committing to a monthly SaaS plan, or for workflows that need to pay programmatically per moderation call.

## Known failure modes

- Missing or invalid input content returns an error
- Unsupported media format may cause processing failure
- Ambiguous or borderline content may yield low-confidence results
- Network timeout for large media files
- Payment failure via x402 prevents API access

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a classification result indicating whether the submitted content is NSFW or safe, typically including a label and/or confidence score indicating the likelihood of explicit or adult content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-nsfw-content-detection-v3-8aa90686/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
