# GET /contract - Transit with Zero Contract Info

> GET /contract - Transit with Zero Contract Info 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).

Retrieves contract or service agreement details for the transit.withzero.ai API platform

## Facts

- Endpoint: GET https://transit.withzero.ai/contract
- 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-get-contract-transit-with-zero-contract-info-9aa55940
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rwBIE26xfTL6ULsIesTFn

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-get-contract-transit-with-zero-contract-info-9aa55940
```

Example prompt: Can you fetch the contract details for the transit.withzero.ai service so I can review the terms before using it?

## When to prefer this

Use this endpoint when you need to programmatically retrieve the contract or service agreement terms for the transit.withzero.ai API, especially before initiating paid or regulated transit route lookups.

## Known failure modes

- 404 if no contract is found
- 500 server error if the service is unavailable
- Empty or minimal response if contract data has not been configured
- Authentication errors if the endpoint requires authorization

## Output

Returns a JSON object containing contract or service agreement information associated with the transit.withzero.ai API platform, likely including terms, pricing, or usage conditions.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/transit-withzero-ai-get-contract-transit-with-zero-contract-info-9aa55940/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)
