# ApexAPI Geo ETA

> ApexAPI Geo ETA is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.079088/call, status unknown (last checked 2026-09-14).

Calculates estimated travel time (ETA) between geographic locations or to a destination

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/geo/eta
- Price: $0.079088/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-geo-eta-fed32356
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m0459b2FQSTd2upmnA6u3

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 apexapi-geo-eta-fed32356 -d '<json body>'
```

Example prompt: How long will it take to drive from downtown San Francisco to San Jose International Airport right now?

## When to prefer this

Use this endpoint when you need a quick ETA or travel time estimate between two points and want to pay per call without managing API keys. Suitable for logistics, trip planning, or any agent workflow needing travel duration data without a standing subscription.

## Known failure modes

- Invalid or unrecognized location query returns error or empty result
- Ambiguous location string that cannot be geocoded
- Missing required query parameter returns validation error
- Service unavailable or timeout for complex routing requests
- Payment failure via x402 protocol results in 402 response

## How this service works

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

## Output

Returns an estimated travel time and arrival information for the queried route or destination, likely including duration in minutes or hours and possibly distance or route summary.

## 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/apexapi-geo-eta-fed32356/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
