# OmniAPI Geo Address Formatter

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

Formats a raw address or location query string into a standardized, structured address representation

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/geo/address/format
- Price: $0.041297/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-geo-address-formatter-4ef7c140
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aML9hq8MXeRWE020x1SYv

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 omniapi-geo-address-formatter-4ef7c140 -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

Choose this endpoint when you need lightweight, pay-per-call address formatting without managing a dedicated geocoding or address validation service subscription. Best suited for agents processing one-off address normalization tasks within the OmniAPI ecosystem, especially when already using x402 micropayments for other OmniAPI capabilities.

## Known failure modes

- Ambiguous or incomplete address input may result in a partially formatted or best-guess output
- Highly informal or abbreviated addresses may not parse correctly
- Non-existent or fictional addresses may still be formatted without validation
- API may return a generic error if the query field is missing or empty
- International addresses outside supported regions may be poorly formatted

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns a formatted, standardized version of the input address string, likely including normalized components such as street number, street name, city, state/province, postal code, and country in a consistent structured format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-geo-address-formatter-4ef7c140/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
