# StableSocial Twitter Tweet Transcript

> StableSocial Twitter Tweet 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 full text content of a Twitter/X tweet given its URL, returning the tweet's textual content without requiring authentication.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/twitter/tweet/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-twitter-tweet-transcript-2a150a14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xLmg7ggXQ3V0CHroR3alk

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-twitter-tweet-transcript-2a150a14 -d '<json body>'
```

Example prompt: Can you grab the full text content of this tweet for me: https://twitter.com/elonmusk/status/1234567890?

## When to prefer this

Choose this endpoint when you need to extract tweet text without a Twitter/X API key or developer account, want pay-per-use pricing with no subscription, or need a simple no-auth solution for one-off tweet content retrieval. Prefer it over official Twitter API when avoiding OAuth setup overhead or when operating at low volume where per-request USDC micropayment is more cost-effective.

## Known failure modes

- Invalid or malformed tweet URL returns an error
- Tweet is deleted or private/protected — content unavailable
- Rate limiting or temporary unavailability of the scraping backend
- URL points to a non-tweet Twitter page (profile, search) — unexpected result
- Payment failure via x402 protocol — request not processed

## 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 textual content (transcript) of the specified tweet, including the tweet body text extracted from the given Twitter/X URL.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-twitter-tweet-transcript-2a150a14/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)
