# geo.camelai.io Geocoding

> geo.camelai.io Geocoding is a paid API for AI agents from geo.camelai.io, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Converts a location query (address or place name) into geographic coordinates via a POST request

## Facts

- Endpoint: POST https://geo.camelai.io/geocode
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geo-camelai-io-da9071ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5ZwrguNRbQjvMOA8o5vO0

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 geo-camelai-io-da9071ee -d '<json body>'
```

Example prompt: Can you geocode the address '1600 Amphitheatre Parkway, Mountain View, CA 94043' and give me the latitude and longitude?

## When to prefer this

Use this endpoint when you need to programmatically convert a human-readable address or place name into geographic coordinates, especially within an x402 micropayment-enabled workflow where per-call billing at $0.005 USDC is acceptable.

## Known failure modes

- Address not found or ambiguous — no coordinates returned
- Invalid or malformed address input — 400 error
- Payment failure or insufficient USDC balance — 402 error
- Service unavailable or timeout — 5xx error
- Non-existent location string — empty or null coordinate response

## Output

Returns latitude and longitude coordinates corresponding to the submitted address or place name, enabling downstream geospatial operations.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geo-camelai-io-da9071ee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geo.camelai.io](https://www.zero.xyz/host/geo.camelai.io/llms.txt)
