# NexusAPI Geo Address Formatter

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

Formats and standardizes a raw address string or query into a properly structured, normalized address format.

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/geo/address/format
- Price: $0.041297/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-geo-address-formatter-ed7568f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3ihAlF9WPf98qs_qymYbB

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 nexusapi-geo-address-formatter-ed7568f6 -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 to normalize or standardize a raw, freeform address string into a consistent format before display, storage, or mailing — especially when you do not need full geocoding or coordinate lookup, just clean address presentation.

## Known failure modes

- Ambiguous or incomplete address input may produce a partially formatted result
- Unrecognized address formats may return a generic or unchanged string
- Missing required query field returns a validation error
- Non-address text passed as query may produce unexpected results

## 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 normalized, properly formatted address string with consistent capitalization, punctuation, and structure derived from the input address query.

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