# PrimeAPI Geo Address Validate

> PrimeAPI Geo Address Validate is a paid API for AI agents from prime-api-seven.vercel.app, paid per call via x402, $0.060722/call, status unknown (last checked 2026-09-14).

Validates a geographic address string and returns standardized/verified address data

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/geo/address/validate
- Price: $0.060722/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-geo-address-validate-a2108163
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n0QDM2NoNpjheSbuqZbrd

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 primeapi-geo-address-validate-a2108163 -d '<json body>'
```

Example prompt: Can you check if '1600 Pennsylvania Avenue NW, Washington, DC 20500' is a valid, deliverable address and give me the standardized components?

## When to prefer this

Use this endpoint when you need to verify that a user-supplied address actually exists and is correctly formatted before storing it, sending mail, or routing deliveries — especially when you want a pay-per-call model with no API key setup via USDC on Base.

## Known failure modes

- Malformed or empty address string returns validation error
- Ambiguous address may return low-confidence result or multiple candidates
- Unsupported country or region may return null or partial result
- Network/service timeout returns 5xx error
- Insufficient USDC balance causes 402 payment failure

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a JSON object indicating whether the address is valid, along with standardized address components such as street, city, state, postal code, and country, plus any corrections or normalization applied.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/primeapi-geo-address-validate-a2108163/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
