# GGWP API Hub – AI Overviews

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

Generates AI-powered overview summaries across social media, jobs, finance, crypto, and tools categories via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/ai-overviews
- Price: $0.192572/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-ai-overviews-664aa82e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c9j0qOL3zYv_xIZOGzJZ3

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-ai-overviews-664aa82e -d '<json body>'
```

Example prompt: Can you give me an AI overview of current trends across social media, crypto prices, and job market data using GGWP's all-in-one hub?

## When to prefer this

Choose this endpoint when you need a single pay-per-call AI overview that spans multiple data domains (social, finance, crypto, jobs) without managing separate API integrations. It is well-suited for agents that need lightweight, on-demand summaries and can pay via x402 protocol on Base chain. Avoid if you need raw structured data rather than an AI-generated narrative, or if you need deep domain-specific data with full schema fidelity.

## Known failure modes

- Payment not received — 402 response if USDC payment on Base chain is not included or insufficient
- Malformed input object — if the result property is missing or incorrectly typed
- Service unavailable — Vercel deployment may be temporarily down
- Empty or vague result — if the underlying data sources return no usable content
- Rate limiting — too many calls in quick succession may be throttled

## 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 an API response object containing an AI-generated overview or summary of the requested data domain (social media, jobs, finance, crypto, or tools), structured as a result object with aggregated insights.

## 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-ai-overviews-664aa82e/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)
