# clonecho.builda.company Geocode

> clonecho.builda.company Geocode is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Resolves a place name or address query to geographic coordinates and metadata via a simple query parameter.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/geocode
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-builda-company-geocode-8848f9ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_id-e7-H9XmK8cZPmM2PAC

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 clonecho-builda-company-geocode-8848f9ee -d '<json body>'
```

Example prompt: What are the GPS coordinates for 1600 Pennsylvania Avenue NW, Washington DC? Use the geocode lookup with ?q= to get the lat/lng and any metadata.

## When to prefer this

Use this endpoint when you need to convert a free-text place name or address into geographic coordinates and metadata in a single lightweight call, especially in automated pipelines where you pay per-call and need JSON output. Prefer this over heavier mapping SDKs when you only need coordinates and basic metadata.

## Known failure modes

- Empty or ambiguous query returns no results or an error
- Unrecognized place name returns empty results
- Network timeout or service unavailability returns an HTTP error
- Malformed query string may return a 400 bad request
- Payment not processed correctly returns a 402 Payment Required

## How this service works

GEO/LOGISTICS: resolve a place/address to coordinates + metadata (?q=). Returns JSON.

## Output

A JSON object containing geographic coordinates (latitude and longitude) and associated metadata for the resolved place or address.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-geocode-8848f9ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
