# ApexAPI Geo Address Formatter

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

Formats and standardizes a raw address query string into a properly structured, canonical address representation

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/geo/address/format
- Price: $0.091725/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-geo-address-formatter-de7da215
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qrvq6kZ3Fddj-WsaZrt4R

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 apexapi-geo-address-formatter-de7da215 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to normalize or canonicalize raw, user-entered, or messy address strings before storing, displaying, or geocoding them. It is a lightweight, pay-per-call option with no API key required, suitable for one-off address formatting tasks in agent workflows without subscription overhead.

## Known failure modes

- Empty or missing query parameter returns an error
- Completely unrecognizable input may return an empty or null result
- Payment failure in USDC on Base prevents the call from completing
- Ambiguous address with insufficient detail may return a best-guess or error
- Service unavailability on the Vercel deployment returns a 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

Returns a structured object containing the formatted, standardized version of the input address string, potentially including normalized components such as street, city, state, zip, and country in canonical form.

## 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/apexapi-geo-address-formatter-de7da215/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
