# KiteEndpoints.ai - Instagram Media API

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

Fetches or retrieves Instagram media data for a given account or post via a pay-per-request hub endpoint

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ig-media
- Price: $0.1/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-instagram-media-api-b791366c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZlC1YjW22xjXG3v__GkAK

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-instagram-media-api-b791366c -d '<json body>'
```

Example prompt: Can you pull the recent media posts from the Instagram account @natgeo — I need the image URLs, captions, and engagement counts?

## When to prefer this

Use this endpoint when you need Instagram media data without managing your own Meta Developer App credentials or API approval process, and when pay-per-request USDC billing is acceptable. Prefer this over direct Instagram Graph API when you want a simple, no-setup HTTP call with crypto micropayments.

## Known failure modes

- Invalid or private Instagram account returns empty or error result
- Missing or malformed request body causes 400-level error
- Instagram rate limiting or account restrictions may cause data unavailability
- Payment failure (insufficient USDC) blocks the request with 402 response
- Endpoint may return stale or cached data if Instagram API limits are hit

## 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 Instagram media data such as post images, video URLs, captions, timestamps, and engagement metrics (likes, comments) for the queried account or media item.

## 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-instagram-media-api-b791366c/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)
