# StableSocial Instagram Highlight Detail

> StableSocial Instagram Highlight Detail is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Returns detailed metadata and content for a specific Instagram highlight by its ID

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/instagram/user/highlight/detail
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-instagram-highlight-detail-740b7155
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ahfIjuM5Rc-fFMq-PeqRU

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 stablesocial-instagram-highlight-detail-740b7155 -d '<json body>'
```

Example prompt: Can you pull the full details for Instagram highlight ID 17846368219941196 — I need the title, cover image, and story count?

## When to prefer this

Use this endpoint when you already have a specific Instagram highlight ID and need its full details — title, cover, stories, and metadata. Prefer this over the sibling 'Highlights' endpoint (which lists highlight IDs for a user) when you've already enumerated highlights and want to drill into a specific one. Ideal for pay-per-call workflows with no subscription overhead.

## Known failure modes

- Invalid or non-existent highlight ID returns an error or empty response
- Highlight from a private account may be inaccessible
- Rate limiting or throttling if many requests are made rapidly
- Highlight may have been deleted since ID was collected
- Payment failure via x402 protocol results in 402 response with no data

## How this service works

Scrape Creators · Instagram — Highlights Details

## Output

Returns detailed information about a specific Instagram highlight, including the highlight's title, cover image URL, creation timestamp, story count, and individual story media items contained within the highlight.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "The ID of the highlight to get details for"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-instagram-highlight-detail-740b7155/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
