# SociaVault Reddit Post Transcript

> SociaVault Reddit Post 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-14, last successful call 2026-07-17).

Fetches and transcribes the full text content of a Reddit post (including comments) given a post URL, with optional language selection.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/reddit/post/transcript
- Price: $0.122/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-17
- Success rate: 100% of calls made through Zero
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-reddit-post-transcript-b0f95de3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5B4UZ8P2ur1mc1kL44wgT

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-reddit-post-transcript-b0f95de3
```

Example prompt: Can you pull the full transcript of this Reddit post for me — https://www.reddit.com/r/technology/comments/abc123/some_post_title — and give me all the text content in English?

## When to prefer this

Use this endpoint when you need to extract the full readable text transcript of a specific Reddit post (and its comments) given a direct URL, especially when you want structured JSON output and are willing to pay per-call via x402 microtransaction. Prefer this over general web scrapers when Reddit-specific formatting and structured output is needed.

## Known failure modes

- Invalid or malformed Reddit URL returns error in data field with success:false
- Reddit post is deleted or private — returns empty data or access error
- Unsupported language code returns fallback or error
- Rate limiting or payment failure results in 402 response before content is delivered
- Post exists but has no text body (link-only post) — transcript may be sparse or empty

## How this service works

SociaVault API proxy — reddit-post-transcript. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.122 USDC per request.

## Output

A JSON object with a 'data' field containing the extracted transcript and post content (title, body, comments as text), a 'success' boolean, and a 'provider' field identifying SociaVault as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "language": {
   "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-reddit-post-transcript-b0f95de3/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)
