# Nationalize Name — Country of Origin Predictor

> Nationalize Name — Country of Origin Predictor 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 the most likely countries of origin for a given first name, ranked by probability

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nationalize-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/nationalize-name-country-of-origin-predictor-847e8ca2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_22EQ0xNjsqSlVKPAR3pPJ

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 nationalize-name-country-of-origin-predictor-847e8ca2 -d '<json body>'
```

Example prompt: What are the most likely countries of origin for the first name 'Leila', with their probabilities?

## When to prefer this

Use this endpoint when you need a probabilistic breakdown of which countries a first name most likely originates from — ideal for demographic enrichment, lead qualification, audience segmentation, or cultural analysis. Prefer this over general name-lookup APIs when ranked probabilities per country are required rather than simple ethnicity labels.

## Known failure modes

- Unknown or very rare name may return an empty country list or zero-probability results
- Missing or empty 'name' parameter returns an error or empty response
- Non-alphabetic characters or numeric names may yield no results
- Network timeout or service unavailability returns HTTP 5xx
- Insufficient USDC balance causes payment failure via x402 protocol

## How this service works

Most likely countries of origin for a given first name with probabilities (param: name). Query: ?name= Returns JSON.

## Output

A JSON object containing the queried name and an array of country entries, each with an ISO country code and a probability value (0–1) indicating how likely that country is the name's origin, sorted by probability descending.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nationalize-name-country-of-origin-predictor-847e8ca2/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)
