# Address Validator & Normalizer

> Address Validator & Normalizer is a paid API for AI agents from address-validator.api.klymax402.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Parses, validates, and normalizes a postal address string into structured components

## Facts

- Endpoint: GET https://address-validator.api.klymax402.com/api/validate
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/address-validator-api-klymax402-com-3ce92339
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ce1Bfo6VEX4Ij5GcAdb2G

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 address-validator-api-klymax402-com-3ce92339
```

Example prompt: Can you validate and normalize this address for me: '742 Evergreen Terrace, Springfield, IL 62701'? I want to make sure it's a real, properly formatted address before I add it to my database.

## When to prefer this

Use this endpoint when you need to validate, parse, or normalize a single postal address string before storing it in a database, sending mail, or displaying it to users. Ideal for data cleaning pipelines, e-commerce checkout validation, or CRM address enrichment where address accuracy is important.

## Known failure modes

- Invalid or non-existent address returns validation failure or error flag
- Ambiguous address string may result in low confidence or multiple candidates
- Missing required address fields in input may return a parsing error
- Non-US addresses may not be supported or may return incomplete validation
- Malformed input string may return a 400 bad request error

## How this service works

Parse, validate, and normalize a postal address

## Output

Returns a validated, parsed, and normalized version of the input address, confirming whether the address is valid and breaking it into standardized components such as street number, street name, city, state, and ZIP code.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Full address string to parse and validate (e.g. '123 Main St, New York, NY 10001')"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/address-validator-api-klymax402-com-3ce92339/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from address-validator.api.klymax402.com](https://www.zero.xyz/host/address-validator.api.klymax402.com/llms.txt)
