# KiteEndpoints.ai - Maps Data API

> KiteEndpoints.ai - Maps Data API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Retrieves maps and geospatial data via a proxy hub endpoint, returning location-based information for a given query.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/maps-data
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-maps-data-api-5a9b4020
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dedXgTAsxeaXstW4J5Ttz

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 kiteendpoints-ai-maps-data-api-5a9b4020 -d '<json body>'
```

Example prompt: Can you pull maps data for the address '1600 Amphitheatre Parkway, Mountain View, CA' using the KiteEndpoints maps API and tell me what location details come back?

## When to prefer this

Use this endpoint when you need maps or geospatial data and want to pay per request via USDC on Base chain without managing a separate Google Maps or mapping API subscription. Good for low-volume, on-demand location lookups within an AI agent workflow.

## Known failure modes

- Missing or malformed input object returns an error
- Payment not provided (HTTP 402) — must pay $0.05 USDC on Base chain per call
- Underlying maps provider unavailable or rate-limited returns proxy error
- Invalid location query returns empty or null result data
- Network timeout from the Vercel-hosted proxy

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing maps or geospatial data about the queried location, which may include place details, coordinates, address components, or other geographic information depending on the underlying provider.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-maps-data-api-5a9b4020/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
