# StableSocial Reddit Post Transcript

> StableSocial Reddit Post 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).

Fetches and transcribes the audio/video content of a Reddit post or v.redd.it video into text

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/reddit/post/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-reddit-post-transcript-8dedeba2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JPpLR4W6l4hj266Vs-0R7

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-reddit-post-transcript-8dedeba2 -d '<json body>'
```

Example prompt: Can you grab the transcript of this Reddit video for me — https://www.reddit.com/r/funny/comments/abc123/some_video_post/ — and give me the full text of what's being said in English?

## When to prefer this

Choose this endpoint when you need to extract spoken text from Reddit video posts or direct v.redd.it links without managing API keys, subscriptions, or scraping infrastructure. It is ideal for agents that encounter Reddit video URLs in the wild and need their textual content for summarization, fact-checking, or analysis. Prefer this over generic speech-to-text pipelines when the source is specifically a Reddit URL, as it handles Reddit's proprietary video hosting (v.redd.it) natively.

## Known failure modes

- Invalid or non-video Reddit URL returns an error — only video posts and v.redd.it URLs are supported
- Unsupported language code may fall back to English or return an error
- Private, deleted, or age-restricted Reddit posts may fail to retrieve
- Non-Reddit URLs will be rejected due to schema validation (minLength:1 enforced but domain not matched)
- Payment failure via x402 protocol results in 402 response and no transcript returned

## How this service works

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

## Output

A text transcript of the spoken audio content from the specified Reddit post or v.redd.it video, returned in the requested language (defaulting to English).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Reddit post URL or direct v.redd.it video URL"
  },
  "language": {
   "type": "string",
   "description": "2 letter language code. Defaults to en."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-reddit-post-transcript-8dedeba2/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)
