# GGWP API Hub - Predict Country

> GGWP API Hub - Predict Country is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.080501/call, status unknown (last checked 2026-09-14).

Predicts the country associated with a given input using machine learning inference

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/predict-country
- Price: $0.080501/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-predict-country-bad10639
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FZ9pd-ovX24-UTiN0r5bn

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 ggwp-api-hub-predict-country-bad10639 -d '<json body>'
```

Example prompt: Can you predict which country this data is associated with? Run it through the GGWP country prediction model and tell me the result.

## When to prefer this

Use this endpoint when you need a pay-per-call, on-demand country prediction or classification service with no subscription required, especially in crypto-native or x402-enabled agent workflows on Base chain.

## Known failure modes

- Missing or malformed input object returns an error
- Ambiguous input may yield low-confidence or incorrect country prediction
- API payment failure via x402 protocol prevents call execution
- Service unavailability on Vercel deployment causes timeout or 5xx error

## 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 result object containing the predicted country or country-related classification data based on the provided input.

## 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/ggwp-api-hub-predict-country-bad10639/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
