# KiteEndpoints.ai Instagram Downloader

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

Downloads media (photos, videos, reels) from Instagram posts given a URL or shortcode

## Facts

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

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-downloader-0bf5cb7a -d '<json body>'
```

Example prompt: Can you download the video from this Instagram reel for me? Here's the link: https://www.instagram.com/reel/ABC123xyz/

## When to prefer this

Use this endpoint when you need a quick, pay-per-request way to download Instagram media (videos, reels, photos) without setting up your own scraping infrastructure. Best for low-to-medium volume use cases where you only pay $0.05 USDC per call and don't want to manage Instagram API credentials or scraping proxies yourself.

## Known failure modes

- Private or restricted Instagram account — returns error or empty result
- Invalid or malformed Instagram URL — returns error
- Post has been deleted or expired — returns not found error
- Instagram rate limiting or anti-scraping blocks — may return failure or empty response
- Schema is generic and poorly documented, so exact error format is unclear

## 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 direct download URLs for the media (video, image, or carousel items) found at the specified Instagram post or reel, along with any available metadata such as title, duration, or thumbnail.

## 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-downloader-0bf5cb7a/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)
