# KiteEndpoints.ai - ig191 API

> KiteEndpoints.ai - ig191 API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-15).

Calls endpoint ig191 on the KiteEndpoints.ai Mega API Hub, likely an Instagram-related data endpoint, with payment via USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ig191
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ig191-api-f0a7894e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I2y2pWmhGzyRjwmIB_qI0

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 kiteendpoints-ai-ig191-api-f0a7894e -d '<json body>'
```

Example prompt: Can you call the ig191 endpoint on KiteEndpoints.ai to retrieve the Instagram data I need?

## When to prefer this

Use this endpoint when you specifically need to access the ig191 capability within the KiteEndpoints.ai hub and are set up to pay per request in USDC on the Base chain. Suitable when you need Instagram-related or social media data on demand without a subscription.

## Known failure modes

- Insufficient USDC balance for payment — payment required at $0.16 per call
- Invalid or missing input parameters — 400 bad request
- Endpoint ig191 unavailable or rate limited — 503 or 429 error
- Base chain transaction failure — payment not processed
- Unknown response structure — opaque result object with no schema detail

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

A result object containing the API response data from the ig191 endpoint, structured as a JSON object with a result field containing the returned data.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-ig191-api-f0a7894e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
