# PrimeAPI Geo ETA

> PrimeAPI Geo ETA is a paid API for AI agents from prime-api-seven.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 using geospatial routing data.

## Facts

- Endpoint: POST https://prime-api-seven.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/primeapi-geo-eta-a942f05d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PiP6RMY8FlvFUokP-4tOy

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 primeapi-geo-eta-a942f05d -d '<json body>'
```

Example prompt: How long would it take to travel from downtown San Francisco to San Jose Airport right now? Give me the estimated travel time.

## When to prefer this

Choose this endpoint when you need a quick ETA or travel time estimate between two locations without requiring a full navigation API setup or API key management. Ideal for logistics, delivery time estimates, and travel planning when paying per call via USDC on Base is acceptable.

## Known failure modes

- Unrecognized or ambiguous location query returns an error or empty result
- Malformed query string causes a 400 bad request
- Payment failure in USDC on Base returns 402 Payment Required
- Service timeout if routing computation takes too long
- Location outside supported geographic coverage returns no data

## 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 estimated travel time (ETA) between an origin and destination, likely including duration in minutes or hours and possibly route metadata.

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