# GGWP API Hub - Gender Prediction

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

Predicts the gender of a person based on a given name using probabilistic inference

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/predict-gender
- Price: $0.14536/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-gender-prediction-e1da76d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8YXuSCITramqdxfROI9Qf

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-gender-prediction-e1da76d5 -d '<json body>'
```

Example prompt: Can you predict the gender for the name 'Morgan' — I need to know whether it's typically male or female and how confident the prediction is?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call gender prediction from a name without committing to a subscription service. It is suitable for one-off enrichment tasks, small data pipelines, or agent workflows that need demographic inference at low cost via crypto micropayments on Base chain.

## Known failure modes

- Missing or empty name input may return an error or null result
- Ambiguous or rare names may return low confidence scores
- Non-Latin or culturally uncommon names may yield inaccurate predictions
- Rate limiting or payment failure via x402 protocol may block the call
- Malformed request body returns a validation error

## 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 predicted gender (e.g. male/female) and likely a confidence or probability score associated with the prediction for the given name.

## 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-gender-prediction-e1da76d5/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)
