# GGWP API Hub - Predict Age

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

Predicts a person's age based on provided input data using an AI/ML model

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/predict-age
- Price: $0.184866/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-predict-age-a9aaa0fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U_Fz4ddDPdxRXy9XLgFxC

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-predict-age-a9aaa0fb -d '<json body>'
```

Example prompt: Can you predict the age of someone named 'Michael Johnson' using the GGWP age prediction API?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call age prediction without managing your own ML infrastructure. Best suited for lightweight demographic enrichment tasks where you need a probabilistic age estimate from a name or profile data, and you're already operating within the x402 payment ecosystem on Base chain.

## Known failure modes

- Missing or malformed input data returns an error
- Empty name or invalid input schema causes a 400-level error
- Payment failure via x402 protocol results in 402 Payment Required
- Model uncertainty may return low-confidence or null age estimates
- Rate limiting or server errors return 5xx responses

## 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 containing a result field with the predicted age data, likely including an estimated age value and possibly a confidence score or age range for the provided input.

## 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-predict-age-a9aaa0fb/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)
