# Vibes API Hub - Predict Country from Name

> Vibes API Hub - Predict Country from Name is a paid API for AI agents from vibes-coral-tau.vercel.app, paid per call via x402, $0.033238/call, status unknown (last checked 2026-09-14).

Predicts the likely country of origin for a given person's name using machine learning inference

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/predict-country
- Price: $0.033238/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibes-api-hub-predict-country-from-name-a951a865
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PbzjuVc73zvTJFJdOkeci

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 vibes-api-hub-predict-country-from-name-a951a865 -d '<json body>'
```

Example prompt: Can you predict what country the name 'Alejandro García' is most likely from?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call country-of-origin prediction from a person's name without building your own ML model. Ideal for lead enrichment, user segmentation, demographic research, or content personalization pipelines where name-based nationality inference is sufficient. Prefer alternatives if you need IP-based geolocation, verified identity data, or high-accuracy demographic profiling.

## Known failure modes

- Empty or missing 'name' field returns validation error
- Very short or single-character names may yield low-confidence or ambiguous results
- Highly multicultural names common across many countries may produce uncertain predictions
- Non-Latin script names may not be handled correctly depending on underlying model
- Payment failure via x402 protocol returns 402 status before processing

## 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 prediction of the most likely country of origin for the provided name, potentially including a confidence score or ranked list of probable countries based on linguistic and cultural patterns in the 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/vibes-api-hub-predict-country-from-name-a951a865/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vibes-coral-tau.vercel.app](https://www.zero.xyz/host/vibes-coral-tau.vercel.app/llms.txt)
