# AnyAPI Instagram Media Transcript

> AnyAPI Instagram Media Transcript is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches the transcript or caption text from an Instagram media post by scraping the post content

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/instagram.media_transcript
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-instagram-media-transcript-4d3f29da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oPqJduZQh-zCjlPUA_teo

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 anyapi-instagram-media-transcript-4d3f29da -d '<json body>'
```

Example prompt: Can you get me the full transcript of this Instagram reel: https://www.instagram.com/reel/ABC123XYZ/ — I want to see everything that was said or captioned in it.

## When to prefer this

Use this endpoint when you need to extract transcript or caption text from a specific Instagram media post without a long-term subscription. Ideal for one-off lookups, pay-per-use workflows, or agents that need to process Instagram video content programmatically using USDC micropayments via x402.

## Known failure modes

- Private or restricted Instagram account returns access denied or empty result
- Invalid or malformed Instagram media URL/ID returns error
- Media post has been deleted or is unavailable
- No transcript available for image-only posts
- Rate limiting or scraping block from Instagram returns failure
- Network timeout on slow or large media

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the transcript or caption text extracted from the specified Instagram media post, potentially including spoken word transcription and any on-screen captions associated with the media.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-instagram-media-transcript-4d3f29da/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
