# StableSocial Rumble Video Transcript

> StableSocial Rumble Video 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 the full transcript of a Rumble video given its URL, with pay-per-request access and no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/rumble/video/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-rumble-video-transcript-7ac3f8a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9S4yCGzK23yUUCo0zXKkA

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-rumble-video-transcript-7ac3f8a2 -d '<json body>'
```

Example prompt: Can you grab the full transcript of this Rumble video for me? Here's the link: https://rumble.com/v5xyz-some-video.html

## When to prefer this

Choose this endpoint when you need to extract spoken text from a Rumble video URL without managing subscriptions or auth credentials. It is ideal for one-off or low-volume transcript extraction from Rumble specifically, billed per request at $0.06 USDC. Prefer this over general speech-to-text APIs when you have a Rumble URL rather than a raw audio file.

## Known failure modes

- Invalid or inaccessible Rumble video URL returns an error
- Video has no available transcript or auto-generated captions, resulting in empty or error response
- Payment of $0.06 USDC not completed causes request to be rejected
- Private or geo-restricted Rumble videos may fail to return transcript
- Malformed URL input rejected by schema validation

## 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 full spoken transcript of the specified Rumble video as text, enabling downstream summarization, search indexing, fact-checking, or analysis of the video's content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Rumble video URL."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-rumble-video-transcript-7ac3f8a2/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)
