# PrimeAPI Geo Address Formatter

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

Formats and standardizes a raw address string or query into a canonical, structured address format

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/geo/address/format
- Price: $0.091725/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-formatter-c57fb193
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ec86SP3hDVYDuMXpjtd7U

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-formatter-c57fb193 -d '<json body>'
```

Example prompt: Can you format this address into a clean, standardized form: '123 main st apt 4b new york ny 10001'?

## When to prefer this

Use this endpoint when you need to normalize or canonicalize a raw, user-submitted, or inconsistently formatted address string into a standard postal format, especially when address data cleanliness is needed before storage or display

## Known failure modes

- Empty or missing query parameter returns an error
- Ambiguous or incomplete address may produce incorrect formatting
- Non-address text input may yield unexpected output
- Service unavailable or payment failure returns 402 or 5xx error

## How this service works

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

## Output

A formatted, standardized version of the input address string, with proper capitalization, punctuation, and postal conventions applied to the address components

## 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-formatter-c57fb193/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)
