# BlackBobs.ai — Predict Country API

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

Predicts the country of origin or association based on provided input data using AI inference.

## Facts

- Endpoint: POST https://blackbobs-ai.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/blackbobs-ai-predict-country-api-4df88a4c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qv9YRK-79x0EV5MKGXiyL

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 blackbobs-ai-predict-country-api-4df88a4c -d '<json body>'
```

Example prompt: Can you predict what country this name or piece of text is associated with — something like 'Müller Hans' or 'Oluwaseun Adeyemi'?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI-driven country prediction from text, names, or contextual data without setting up your own ML model. Best suited for single-record enrichment, name-based nationality inference, or lightweight classification tasks where a dedicated geolocation IP service would not apply.

## Known failure modes

- Empty or missing input data returns an error or null prediction
- Ambiguous input with no clear country signal may return low-confidence or generic result
- Malformed request body causes a 400 or validation error
- Payment not fulfilled triggers a 402 Payment Required response
- Overloaded or unavailable service returns a 500 server error

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing the AI-predicted country associated with the input data, likely including the country name and possibly a confidence score or classification metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-predict-country-api-4df88a4c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
