# GET /contract — instagram.withzero.ai Service Contract

> GET /contract — instagram.withzero.ai Service Contract is a paid API for AI agents from instagram.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-15).

Returns the service contract / terms-of-use document for the instagram.withzero.ai API, describing pricing, usage policies, and capabilities.

## Facts

- Endpoint: GET https://instagram.withzero.ai/contract
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: instagram.withzero.ai
- Website: https://instagram.withzero.ai
- Canonical page: https://www.zero.xyz/c/instagram-withzero-ai-get-contract-0e4f7966
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j3VexI3vE8-_Ib5ej5E5X

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 instagram-withzero-ai-get-contract-0e4f7966
```

Example prompt: Pull up the service contract for instagram.withzero.ai so I can review the pricing terms and usage policies before we start calling their Instagram data endpoints.

## When to prefer this

Use this endpoint before integrating with instagram.withzero.ai to understand pricing, usage limits, and terms of service. Prefer this over scraping documentation pages when you need a machine-readable contract summary.

## Known failure modes

- Service unavailable — 503 if the contract endpoint is temporarily down
- Malformed or empty object returned if contract data is unpopulated
- Network timeout if the host is unreachable

## Output

An object containing the service contract for the instagram.withzero.ai API, likely including pricing tiers, usage policies, supported operations, and terms of service details.

## Example request

```json
{
 "handles": [
  "instagram"
 ]
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/instagram-withzero-ai-get-contract-0e4f7966/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from instagram.withzero.ai](https://www.zero.xyz/host/instagram.withzero.ai/llms.txt)
