# GEDX402 Social – YouTube Video Transcript

> GEDX402 Social – YouTube Video 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-15).

Fetches the full spoken transcript of a YouTube video by URL, paid per-call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/video/transcript
- Price: $0.122/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-youtube-video-transcript-6a8f5559
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VtbM1fDrGDM46VMpXn8wB

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 gedx402-social-youtube-video-transcript-6a8f5559
```

Example prompt: Can you pull the full transcript from this YouTube video for me? Here's the URL: https://www.youtube.com/watch?v=dQw4w9WgXcQ

## When to prefer this

Use this endpoint when you need the spoken text transcript of a specific YouTube video by URL, especially in automated pipelines that require per-call micropayment via x402. Prefer this over YouTube's own API when you need a simple pay-per-use model without OAuth setup.

## Known failure modes

- Invalid or non-existent YouTube URL returns error or empty data
- Video has no captions or transcript available, returning empty transcript
- x402 payment failure prevents request from completing
- Private or age-restricted YouTube video may be inaccessible
- Rate limiting or provider downtime results in failed request

## 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 transcript text of the specified YouTube video, a 'success' boolean, and a 'provider' field set to 'sociavault'.

## 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/gedx402-social-youtube-video-transcript-6a8f5559/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)
