# GGWP Age Detector API

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

Estimates the age of a person from submitted data using AI-powered age detection.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/age-detector
- Price: $0.133489/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-age-detector-api-dacd9f32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MJXTZ7r02rS0e67L5anf4

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-age-detector-api-dacd9f32 -d '<json body>'
```

Example prompt: Can you run this photo through the age detector to estimate how old the person looks — I need to know if they appear to be over 18 for age-gating purposes.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call age estimation without committing to a subscription, especially in workflows already using the x402 payment protocol on Base chain. It is part of the GGWP API Hub ecosystem, making it convenient if you are already using other GGWP endpoints.

## Known failure modes

- Unclear or low-quality input data may result in inaccurate age estimates
- Missing or malformed request body returns an error
- Ambiguous or non-human input may cause unexpected results
- Payment failure via x402 protocol blocks the call
- Service may return generic example response due to schema underspecification

## 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 the detected age estimate, likely including an estimated age value or range, and possibly a confidence score indicating how certain the model is about the prediction.

## 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-age-detector-api-dacd9f32/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)
