# GGWP API Hub – OopSpam Spam Detection

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

Checks content for spam using the OopSpam spam detection service, returning a spam verdict and scoring data.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/oopspam
- Price: $0.177763/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-oopspam-spam-detection-4220d1c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UugUJKSkQkKtnr6DL3rxH

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-oopspam-spam-detection-4220d1c0 -d '<json body>'
```

Example prompt: Can you check whether this contact form submission is spam: 'Hi, I found your site and wanted to offer you amazing SEO services for just $50, click here now!'?

## When to prefer this

Choose this endpoint when you need pay-per-call spam detection without a subscription commitment, especially in agentic workflows on the Base chain using the x402 payment protocol. It wraps OopSpam, which is known for comment and form spam detection. Prefer this if you're already using the GGWP API Hub for other tools and want a unified billing approach.

## Known failure modes

- Empty or missing content field yields an unhelpful generic response
- Ambiguous or very short text may produce low-confidence or incorrect classifications
- Payment failure on Base chain blocks the request before processing
- Rate limiting or upstream OopSpam API unavailability returns an error
- Oversized payloads may be rejected or truncated

## 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 containing spam classification data from OopSpam, including a spam score and verdict indicating whether the submitted content is spam or legitimate.

## 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-oopspam-spam-detection-4220d1c0/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)
