# SixPath Predict Country by Name

> SixPath Predict Country by Name is a paid API for AI agents from sixpath.vercel.app, paid per call via x402, $0.080501/call, status unknown (last checked 2026-09-15).

Predicts the likely country of origin for a given personal name using machine learning inference.

## Facts

- Endpoint: POST https://sixpath.vercel.app/api/predict-country
- Price: $0.080501/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sixpath-predict-country-by-name-61fccb02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l-louDsT6B9YA2Gw1oULA

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-predict-country-by-name-61fccb02 -d '<json body>'
```

Example prompt: Can you predict what country the name 'Yuki Tanaka' is most likely from?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call country-of-origin prediction for a single name without needing to set up a subscription. It is well-suited for enriching user profiles, verifying regional context, or analyzing name-based demographic signals in a lightweight, on-demand fashion via the x402 micropayment protocol on Base chain.

## Known failure modes

- Empty or missing 'name' field returns an error or empty result
- Very common or ambiguous names (e.g. 'Alex') may yield low-confidence or multi-country results
- Payment failure via x402 protocol results in HTTP 402 and no prediction
- Names with unusual characters or encodings may produce unexpected results
- Rate limiting or server errors on the Vercel deployment may cause intermittent failures

## 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 containing the predicted country (or countries) of origin associated with the submitted name, likely including confidence or probability signals about the geographic or cultural origin of that 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-predict-country-by-name-61fccb02/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)
