# GGWP API Hub – Google AI Endpoint

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

Provides access to Google AI capabilities (likely text generation or query processing) via a pay-per-call REST API on the Base blockchain using the x402 payment protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/google-ai
- Price: $0.163732/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-google-ai-endpoint-3dba19df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kRO-iFbWDlG-qmQ4nlSaw

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-google-ai-endpoint-3dba19df -d '<json body>'
```

Example prompt: Use the GGWP Google AI endpoint to generate a detailed explanation of how transformer neural networks work — pay per call via Base chain.

## When to prefer this

Choose this endpoint when you need Google AI (Gemini/PaLM) text generation on a pay-per-call basis without committing to a subscription, and when your agent supports the x402 micropayment protocol on Base chain. It is suitable for sporadic or low-volume AI generation tasks where cost-per-call economics are preferred over API key management.

## Known failure modes

- Payment failure on Base chain if wallet has insufficient USDC — returns 402 Payment Required
- Malformed or missing input object returns an error response
- Google AI upstream rate limiting or downtime causing failed or delayed responses
- Invalid or empty prompt leading to empty or error result
- x402 protocol negotiation failure if client does not support the payment flow

## 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 JSON object with a 'result' field containing the AI-generated response data from Google AI, structured as an object with the model's output.

## 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-google-ai-endpoint-3dba19df/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)
