# SociaVault Twitter Tweet Transcript

> SociaVault Twitter Tweet 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).

Fetches a transcript of a Twitter/X tweet by URL via the SociaVault social data API, paid per call with x402 micropayment.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitter/tweet/transcript
- Price: $0.122/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-twitter-tweet-transcript-f8a8388e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hN1PVN5gE2j-3Ff4rexjO

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-twitter-tweet-transcript-f8a8388e
```

Example prompt: Can you get me the full transcript of this tweet: https://twitter.com/elonmusk/status/1234567890?

## When to prefer this

Use this endpoint when you need to extract the textual transcript or content of a specific Twitter/X tweet given its URL, and are willing to pay per-call via x402 micropayment. Prefer over scraping when you need a clean, structured API response with social data from SociaVault's proxy infrastructure.

## Known failure modes

- Invalid or malformed tweet URL returns an error or empty data object
- Tweet is deleted or private — success may be false or data empty
- Rate limiting or payment failure results in 402 or 429 error
- URL parameter missing causes 400 bad request
- Tweet from a suspended account may return no data

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

Returns a JSON object with a 'data' field containing the tweet transcript and content, a 'success' boolean, and a 'provider' field indicating 'sociavault'. The data object includes the textual content and metadata of the requested tweet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "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-twitter-tweet-transcript-f8a8388e/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)
