# GEDX402 Social – TikTok Video Transcript

> GEDX402 Social – TikTok 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).

Extracts a spoken-word transcript from a TikTok video URL, with optional AI fallback for low-quality audio.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/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-tiktok-video-transcript-6b6c5212
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8p4lC4t-ixLhUe0ZvRuEU

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-tiktok-video-transcript-6b6c5212
```

Example prompt: Can you get me the full transcript of this TikTok video — https://www.tiktok.com/@example/video/123456789 — in English, and use the AI fallback if the audio quality is poor?

## When to prefer this

Choose this endpoint when you need to extract spoken text from a specific TikTok video URL, especially when you want optional AI-powered fallback for difficult audio. Prefer over generic speech-to-text APIs when the source is specifically a TikTok URL and you want a pay-per-outcome x402 pricing model without subscriptions.

## Known failure modes

- Invalid or inaccessible TikTok URL returns an error or empty data object
- Video has no audible speech, resulting in empty transcript even with AI fallback
- Unsupported language code causes fallback to default or failure
- Payment not processed via x402 results in 402 response and no data
- Private or deleted TikTok videos are inaccessible and return failure

## How this service works

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

## Output

A JSON object with a 'data' field containing the transcript text extracted from the TikTok video, a 'success' boolean indicating whether the extraction succeeded, and 'provider' identifying SociaVault as the backend service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "language": {
   "type": "string"
  },
  "use_ai_as_fallback": {
   "type": "boolean"
  }
 }
}
```

## 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-tiktok-video-transcript-6b6c5212/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)
