# EndpointsXRT Gender Prediction API

> EndpointsXRT Gender Prediction API is a paid API for AI agents from endpointsxrt.vercel.app, paid per call via x402, $0.069823/call, status unknown (last checked 2026-09-15).

Predicts the likely gender of a person based on their first name

## Facts

- Endpoint: POST https://endpointsxrt.vercel.app/api/predict-gender
- Price: $0.069823/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/endpointsxrt-gender-prediction-api-7f1edb09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XjLWV2DXM0iyRLinG42mD

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 endpointsxrt-gender-prediction-api-7f1edb09 -d '<json body>'
```

Example prompt: Can you predict the gender for the name 'Jordan'?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call gender inference from a first name without requiring a subscription, especially in workflows involving contact personalization, salutation generation, or demographic enrichment where a lightweight probabilistic guess is sufficient.

## Known failure modes

- Missing or empty name field returns validation error
- Ambiguous or rare names may return low confidence or unknown gender
- Non-name strings may produce nonsensical results
- Payment failure on Base chain results in 402 response before prediction is attempted
- Network timeout on Vercel-hosted endpoint

## 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 the predicted gender (likely male/female/unknown) and possibly a probability or confidence score for the name provided.

## 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/endpointsxrt-gender-prediction-api-7f1edb09/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from endpointsxrt.vercel.app](https://www.zero.xyz/host/endpointsxrt.vercel.app/llms.txt)
