# SociaVault Instagram Transcript

> SociaVault Instagram Transcript is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.122/call, status unknown (last checked 2026-09-16).

Fetches a full transcript of an Instagram profile or post via the SociaVault data ingest API, paid per outcome via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/instagram/transcript
- Price: $0.122/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-instagram-transcript-f83819b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Tcn3caWFqzQwlfSrGJnWd

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 sociavault-instagram-transcript-f83819b4
```

Example prompt: Can you pull the full transcript from this Instagram reel — https://www.instagram.com/reel/ABC123xyz/ — I need the spoken content as text?

## When to prefer this

Choose this endpoint when you need to extract a spoken or written transcript from a specific Instagram URL (post, reel, or profile) and want a pay-per-outcome model via x402 micropayments rather than a subscription-based social scraping service.

## Known failure modes

- Invalid or inaccessible Instagram URL returns error or empty data object
- Private Instagram account content cannot be accessed, resulting in failed extraction
- Malformed URL input causes request failure
- x402 payment not processed correctly, blocking API access
- Instagram URL type not supported (e.g. Stories that have expired)

## How this service works

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

## Output

A JSON response containing the transcript and associated data extracted from the given Instagram URL, provided by the SociaVault provider. Includes a `data` object with transcript content and a `success` boolean.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "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/sociavault-instagram-transcript-f83819b4/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)
