# AnyAPI Instagram Highlight Detail

> AnyAPI Instagram Highlight Detail is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Fetches detailed metadata and content for a specific Instagram highlight reel

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.highlight_detail
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-instagram-highlight-detail-6d287b11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2jtPlC2CsM3HklZjecmUu

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 anyapi-instagram-highlight-detail-6d287b11 -d '<json body>'
```

Example prompt: Can you pull up all the details for this Instagram highlight — title, cover image, and the individual stories inside it? The highlight ID is BHk9hFkHg5U.

## When to prefer this

Use this endpoint when you need structured data about a specific Instagram highlight reel — including its stories, cover, and metadata — without managing Instagram's private API or login sessions. Prefer this over building your own scraper or managing Instagram credentials directly.

## Known failure modes

- Invalid or expired highlight ID returns an error or empty result
- Private account highlights are inaccessible without authentication
- Instagram rate limiting or blocking may cause scrape failures
- Highlight has been deleted or no longer exists
- Malformed request body returns a 4xx error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the Instagram highlight's title, cover image URL, list of stories with their media URLs and timestamps, and associated metadata such as the highlight owner and story count.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-instagram-highlight-detail-6d287b11/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
