# NexusAPI Geo Directions

> NexusAPI Geo Directions is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.144254/call, status unknown (last checked 2026-09-14).

Returns navigation directions between locations given a routing query

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/geo/directions
- Price: $0.144254/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-geo-directions-42d68e7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lccp1q2OnquKUdZmlLKgT

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-directions-42d68e7d -d '<json body>'
```

Example prompt: Can you get me directions from the Empire State Building in New York City to JFK Airport?

## When to prefer this

Choose this endpoint when you need to resolve directions or routing between two locations without managing your own mapping API keys, paying per call in USDC on Base via the x402 protocol. Useful for AI agents that need on-demand, lightweight direction lookups without a full mapping SDK integration.

## Known failure modes

- Ambiguous or malformed query string results in no route found
- Unknown or invalid location names return an error or empty result
- Network timeout from the underlying geo routing service
- Insufficient USDC balance triggers a 402 payment required error
- Query missing origin or destination returns a validation error

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

The agent receives a response object containing navigation directions, likely including route steps, distance, estimated travel time, and path information between the specified origin and destination.

## 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-directions-42d68e7d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
