# GGWP API Hub – General Detection

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

Performs general-purpose detection analysis on provided data, returning structured results via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/general-detection
- Price: $0.119965/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-general-detection-809339e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5LTAYW4EzDAaj2fZeYzKk

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-general-detection-809339e6 -d '<json body>'
```

Example prompt: Run general detection on this data payload I received from the API and tell me what it identifies or classifies.

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription general detection or classification service that operates on structured data objects and settles via the x402 protocol on Base chain. Best suited for lightweight, one-off detection tasks where you don't want a recurring SaaS subscription.

## Known failure modes

- Malformed or missing result object returns a 400 error
- Payment failure on Base chain results in a 402 response blocking the call
- Ambiguous or empty input data may return a generic or low-confidence detection result
- Rate limiting or network issues on the Vercel-hosted endpoint may cause 503 errors

## 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 detection output data, typically including classification labels, identified categories, or analysis signals derived from the input payload.

## 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-general-detection-809339e6/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)
