# StableSocial Instagram Media Transcript

> StableSocial Instagram Media Transcript 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).

Extracts and returns the transcript (spoken or caption text) from an Instagram post or reel URL

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/instagram/media/transcript
- 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-media-transcript-056cf06a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7lumhxSOrqQsP47EpESLv

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-media-transcript-056cf06a -d '<json body>'
```

Example prompt: Can you get me the transcript of what's being said in this Instagram reel? Here's the URL: https://www.instagram.com/reel/ABC123xyz/

## When to prefer this

Choose this endpoint when you need to extract spoken or captioned text from a specific Instagram post or reel without authentication or a subscription. It's ideal for one-off or low-volume transcript extraction where pay-per-request ($0.06 USDC) is preferable to a recurring API subscription.

## Known failure modes

- Invalid or inaccessible Instagram URL returns an error
- Private Instagram accounts may not be accessible
- Reels with no spoken content or only music may return empty or partial transcripts
- Rate limiting or payment failure returns a 402 error
- Deleted or expired posts return a not-found error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns the transcript text extracted from the specified Instagram post or reel, containing the spoken words or audio content converted to text form.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Instagram post or reel URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-instagram-media-transcript-056cf06a/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)
