# Genderize Name

> Genderize Name is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns predicted gender and probability for a given first name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/genderize-name
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/genderize-name-abb5f6a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7zWheInwxFJBv2jatS8ml

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 genderize-name-abb5f6a1 -d '<json body>'
```

Example prompt: What gender is the name 'Jordan' — and how confident are you in that prediction?

## When to prefer this

Use this endpoint when you need a quick, probabilistic gender classification for a single first name — ideal for data enrichment pipelines, personalizing salutations, or demographic analysis where the gender of a person is unknown but their first name is available.

## Known failure modes

- Missing name parameter returns error or empty result
- Uncommon or rare names may return low-confidence predictions
- Names that are gender-neutral may show probability close to 0.5
- Non-Latin character names may not be recognized
- Empty or numeric name inputs may return null results

## How this service works

Predicted gender and probability for a given first name (param: name). Query: ?name= Returns JSON.

## Output

A JSON object containing the predicted gender (male or female) and a probability score (0–1) indicating how likely that prediction is correct for the given first name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/genderize-name-abb5f6a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
