# Instagram Data API - Root/Discovery Endpoint

> Instagram Data API - Root/Discovery Endpoint 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 root/index response for the Instagram data API service at withzero.ai, likely providing API discovery or service info

## Facts

- Endpoint: GET https://instagram.withzero.ai/
- 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-9d93b185
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O_PUYbST2H9bt1Z5fC53I

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-9d93b185
```

Example prompt: What endpoints and capabilities does the instagram.withzero.ai Instagram data service expose? Check the root of the service and tell me what's available.

## When to prefer this

Use this endpoint when you need to discover what the instagram.withzero.ai service offers before making specific data requests, or to check service availability. Prefer more specific endpoints (like /posts or /account-meta) when you already know what Instagram data you need.

## Known failure modes

- Service unavailable (503) if the underlying Instagram data service is down
- Empty or minimal response body if no index content is configured
- Authentication or payment errors if the root requires credentials
- Network timeout if the service is unreachable

## Output

A generic object response, likely containing service discovery information, available endpoints, or a welcome/index page for the instagram.withzero.ai Instagram data API.

## Example request

```json
{}
```

## Response schema (JSON Schema)

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

## More

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