# SixPath Gender Prediction API

> SixPath Gender Prediction API is a paid API for AI agents from sixpath.vercel.app, paid per call via x402, $0.14536/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: POST https://sixpath.vercel.app/api/predict-gender
- Price: $0.14536/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sixpath-gender-prediction-api-c2d221de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NsqlF7cIYRNuBFNIhXevV

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

Example prompt: Can you predict the gender for the name 'Jordan'? I need to know if it's more likely male or female.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call gender inference from a name without committing to a subscription-based service. Suitable for enriching contact lists, personalizing communications, or demographic analysis at scale using crypto micropayments on Base chain.

## Known failure modes

- Missing or empty 'name' field returns an error
- Ambiguous or unrecognized names may return low confidence or unknown gender
- Payment failure via x402 protocol results in 402 response and no prediction
- Very short or single-character names may yield unreliable results

## 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 (e.g. male, female, or unknown) and likely a confidence or probability score based on the input name.

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