# GEDX402 Social – Instagram Reels by Song

> GEDX402 Social – Instagram Reels by Song 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 Instagram Reels associated with a specific audio/song ID, with optional pagination via max_id

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/instagram/reels-by-song
- 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-reels-by-song-a7e518b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G8Jah29uQibUL6NsJqwEg

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-reels-by-song-a7e518b7
```

Example prompt: Show me the Instagram Reels that are using audio ID 1234567890 — use SociaVault to pull the list.

## When to prefer this

Use this endpoint when you need to discover Instagram Reels associated with a specific song or audio track by its Instagram audio ID. Prefer this over general social scraping endpoints when your specific use case is music/audio-driven Reel discovery on Instagram with pay-per-call pricing via x402.

## Known failure modes

- Invalid or non-existent audio_id returns empty data or error
- Payment failure results in 402 response before data is returned
- Rate limiting or upstream Instagram restrictions may return partial or no data
- Invalid max_id cursor may cause pagination errors or duplicate results

## How this service works

SociaVault API proxy — instagram-reels-by-song. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

A JSON object containing reel data associated with the given audio ID, a success flag, and the provider name. Supports pagination via max_id to retrieve additional pages of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "max_id": {
   "type": "string"
  },
  "audio_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-reels-by-song-a7e518b7/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)
