# KiteEndpoints.ai - ig191 Instagram/Social API Endpoint

> KiteEndpoints.ai - ig191 Instagram/Social API Endpoint is a paid API for AI agents from kite-endpoints.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 or social media data endpoint, paid per request via USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.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-instagram-social-api-endpoint-2433926f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A71GPKLHK3ckRfEvyN4ya

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-instagram-social-api-endpoint-2433926f -d '<json body>'
```

Example prompt: Can you fetch Instagram data using the KiteEndpoints ig191 endpoint and give me the results?

## When to prefer this

Choose this endpoint when you need to access Instagram or social media data through a pay-per-request USDC micropayment model on Base chain, particularly if you want to avoid managing OAuth credentials or subscriptions for Instagram data access. Note that the input/output schema is poorly documented, so prefer only if you have prior knowledge of what ig191 specifically returns.

## Known failure modes

- Insufficient USDC balance causing payment failure (402 error)
- Malformed or missing request payload returns an error
- Upstream Instagram/social API rate limiting or unavailability
- Opaque generic error due to undocumented input schema
- Network timeout from the Vercel-hosted proxy

## 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

Returns a result object containing API response data from the ig191 endpoint; exact fields depend on the underlying Instagram or social media operation being proxied

## 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-instagram-social-api-endpoint-2433926f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
