# GEDX402 Social – Instagram Highlight Detail

> GEDX402 Social – Instagram Highlight Detail is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches detailed data for a specific Instagram highlight by ID via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/instagram/highlight-detail
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-instagram-highlight-detail-aaaab35a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rml6h12vDv3fX3BRqZJes

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 gedx402-social-instagram-highlight-detail-aaaab35a
```

Example prompt: Can you pull the full detail for Instagram highlight ID 17854360219876543 using SociaVault — I need to see the posts and metadata inside it?

## When to prefer this

Use this endpoint when you need structured detail data for a specific Instagram highlight (stories highlight reel) by ID, and you're willing to pay $0.014 USDC per lookup via x402 micropayment. Prefer this over scraping or unofficial tools when you need a clean JSON response with per-call billing and no subscription overhead.

## Known failure modes

- Invalid or non-existent highlight ID returns empty data object with success:false
- Payment failure via x402 prevents data from being returned
- Rate limiting or upstream SociaVault unavailability causes timeout
- Private or deleted highlights return no accessible data
- Malformed ID string causes API error

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object containing the highlight's detail data (posts, cover, title, metadata, etc.) as returned by SociaVault's Instagram API proxy, plus a success flag and provider label.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

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