# StableSocial TikTok Video Transcript

> StableSocial TikTok 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 spoken transcript of a TikTok video by URL, with optional AI-powered fallback for videos lacking native captions.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/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-tiktok-video-transcript-2b8d03cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JA9c5q8juxYRAyS--F-gr

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-tiktok-video-transcript-2b8d03cb -d '<json body>'
```

Example prompt: Can you get me the English transcript of this TikTok video: https://www.tiktok.com/@user/video/1234567890 — use AI as a fallback if captions aren't available.

## When to prefer this

Choose this endpoint when you need to extract spoken text from a TikTok video without managing authentication, subscriptions, or API keys. It is ideal for one-off or pay-as-you-go transcript extraction, especially when you need multilingual support or AI fallback for videos without native captions. Prefer it over general transcription services when working specifically with TikTok URLs and wanting a single-step solution without video downloading.

## Known failure modes

- Video URL is invalid or private — returns an error with no transcript
- Native captions not found and AI fallback not enabled — returns empty or error response
- Unsupported language code provided — may return error or default language result
- AI fallback invoked but video exceeds supported length limit — fallback fails
- Payment not processed (x402 flow failure) — request not fulfilled
- Rate limits or service downtime on StableSocial backend — timeout or 503 error

## 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 spoken transcript text of the specified TikTok video, segmented or as a full string, in the requested language. If native captions are unavailable and AI fallback is enabled, AI-generated transcription is returned instead.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok video URL"
  },
  "language": {
   "type": "string",
   "description": "Language of the transcript. 2 letter language code, ie 'en', 'es', 'fr', 'de', 'it', 'ja', 'ko', 'zh'"
  },
  "use_ai_as_fallback": {
   "type": "string",
   "description": "Set to 'true' to use AI as a fallback to get the transcript if the transcript is not found. Costs 10 credits to use this feature. And only if the video is under"
  }
 }
}
```

## More

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