# GGWP API Hub – NSFW Content Detection (nsfw3)

> GGWP API Hub – NSFW Content Detection (nsfw3) is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.052268/call, status unknown (last checked 2026-09-15).

Analyzes content to detect and classify NSFW (not-safe-for-work) material using the GGWP API Hub's nsfw3 endpoint.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/nsfw3
- Price: $0.052268/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-nsfw-content-detection-nsfw3-c1b8a448
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tGOc3nEEdDRiVP-cTBrV-

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 ggwp-api-hub-nsfw-content-detection-nsfw3-c1b8a448 -d '<json body>'
```

Example prompt: Can you check this image and tell me if it contains NSFW or explicit content before I allow it to be posted on my platform?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call NSFW content detection capability without a subscription, especially in crypto-native or x402-compatible agent pipelines operating on Base chain. Best suited for moderate-volume content moderation tasks where per-call pricing is preferred over flat-rate plans.

## Known failure modes

- Missing or malformed input payload returns an error
- Unsupported media type or URL may return empty or null result
- Payment failure via x402 protocol blocks the request
- Ambiguous or low-resolution content may yield uncertain classifications
- Rate limiting or server-side errors on Vercel deployment

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object indicating whether the submitted content is NSFW, typically including a classification label and possibly confidence scores or category breakdowns indicating the nature of detected explicit 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/ggwp-api-hub-nsfw-content-detection-nsfw3-c1b8a448/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
