# SixPath Predict Age by Name

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

Predicts the likely age of a person based on their name using statistical or ML-based inference.

## Facts

- Endpoint: POST https://sixpath.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/sixpath-predict-age-by-name-9f9d1f6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZstP-1g0Pt9mPV1-vj1i5

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 sixpath-predict-age-by-name-9f9d1f6a -d '<json body>'
```

Example prompt: What age would you predict for someone named 'Oliver'? Use the name-based age prediction tool to give me an estimate.

## When to prefer this

Use this endpoint when you need a quick, probabilistic age estimate based solely on a person's name — useful for demographic enrichment, UX personalization, or rough profiling when no other age signal is available. Not suitable when precise or verified age data is required.

## Known failure modes

- Missing or empty name field returns a validation error
- Unusual or very rare names may return low-confidence or no prediction
- Network or server error on the Vercel deployment returns 5xx
- Payment not processed via x402 protocol returns 402 Payment Required
- Name with non-Latin characters may not be supported

## 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 predicted age or age range associated with the given name, likely including a confidence score or statistical estimate based on name popularity across age cohorts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sixpath-predict-age-by-name-9f9d1f6a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sixpath.vercel.app](https://www.zero.xyz/host/sixpath.vercel.app/llms.txt)
