# Transit with Zero - Root Endpoint

> Transit with Zero - Root Endpoint is a paid API for AI agents from transit.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-13).

Root endpoint for the transit.withzero.ai public transit routing service powered by the Transitous open-source API for European transit routes

## Facts

- Endpoint: GET https://transit.withzero.ai/
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Provider: transit.withzero.ai
- Website: https://transit.withzero.ai
- Canonical page: https://www.zero.xyz/c/transit-withzero-ai-transit-with-zero-root-endpoint-ab87de56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FdgO6Z45gm15plPDgYSPb

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 transit-withzero-ai-transit-with-zero-root-endpoint-ab87de56
```

Example prompt: Can you show me the available public transit routes from Amsterdam Centraal to Utrecht using the transit.withzero.ai service?

## When to prefer this

Use this endpoint when building AI agents that need to plan or suggest public transit journeys within Europe, especially when using open-source routing data via Transitous. Prefer this over general mapping APIs when specifically needing European transit schedules and route planning with crypto-native payment support.

## Known failure modes

- Service unavailable (503) if the underlying Transitous API is down
- Empty or minimal JSON response if the root endpoint only serves as an entry point
- Network timeout if transit.withzero.ai is unreachable
- Unknown pricing may result in unexpected payment requirements via x402 protocol

## Output

Returns a JSON object from the root of the transit.withzero.ai service, likely providing entry-point metadata, API structure, or a redirect to the main transit routing functionality powered by Transitous for European public transit.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/transit-withzero-ai-transit-with-zero-root-endpoint-ab87de56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from transit.withzero.ai](https://www.zero.xyz/host/transit.withzero.ai/llms.txt)
