# AnyAPI TikTok Video Transcript

> AnyAPI TikTok Video Transcript is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches the spoken transcript (captions/subtitles) from a TikTok video given its URL or video ID

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.video_transcript
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-video-transcript-172f2ffc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kJREMQ3NhczCW9hmsbGVC

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 anyapi-tiktok-video-transcript-172f2ffc -d '<json body>'
```

Example prompt: Can you get me the full transcript of this TikTok video: https://www.tiktok.com/@user/video/1234567890?

## When to prefer this

Use this endpoint when you need to extract spoken text or captions from a specific TikTok video without a TikTok API subscription. Ideal for pay-per-use workflows where you only occasionally need TikTok transcript data and want to avoid monthly fees. Best for agents that need to analyze, summarize, or search the verbal content of TikTok videos.

## Known failure modes

- Video not found or deleted — 404 error
- Private or restricted TikTok account — access denied error
- Video has no captions or spoken content — empty transcript returned
- Invalid video URL or ID format — validation error
- TikTok rate limiting or anti-scraping measures — request failure
- Payment insufficient or wallet not funded — x402 payment error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the extracted transcript text from the specified TikTok video, likely including the full spoken content as text and possibly timestamped caption segments.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-video-transcript-172f2ffc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
