# KiteEndpoints.ai - Instagram API68

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

Fetches Instagram data (profile, posts, or related info) via a third-party proxy API on the KiteEndpoints hub, paid per request in USDC on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/instagram-api68
- Price: $0.06/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-api68-cbaaa4b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rkx51ReL_fdyIZUls0YX-

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-api68-cbaaa4b3 -d '<json body>'
```

Example prompt: Can you pull the Instagram profile data and recent post stats for the account @natgeo — I need follower count, bio, and engagement metrics?

## When to prefer this

Choose this endpoint when you need quick, programmatic access to public Instagram profile or post data without managing your own Instagram API credentials or scraping infrastructure, and you are already using the KiteEndpoints pay-per-request USDC payment model on Base chain.

## Known failure modes

- Invalid or non-existent Instagram username returns an error or empty result
- Private Instagram accounts may return limited or no data
- Instagram rate limiting or blocking the proxy may cause failures
- Malformed input parameters result in a generic API error
- Payment failure in USDC on Base chain prevents request from being processed

## 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 JSON object containing Instagram profile or post data such as username, follower count, bio, media posts, likes, comments, and other available public metadata depending on the query type.

## 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-api68-cbaaa4b3/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)
