# KiteEndpoints.ai - TikTok Video Downloader

> KiteEndpoints.ai - TikTok Video Downloader is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Downloads TikTok videos by URL, returning video data or download links without watermarks

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-download
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-video-downloader-b983c5cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jqhmtt9Y-PEl_jSGg29YW

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 kiteendpoints-ai-tiktok-video-downloader-b983c5cc -d '<json body>'
```

Example prompt: Download this TikTok video for me without the watermark: https://www.tiktok.com/@username/video/1234567890123456789

## When to prefer this

Choose this endpoint when you need to programmatically download or extract TikTok video files or metadata at scale, especially when you need watermark-free versions. Prefer this over manual browser downloads or screen recording when building automation pipelines that process TikTok content.

## Known failure modes

- Invalid or malformed TikTok URL returns an error
- Private or deleted TikTok videos cannot be fetched
- Rate limiting or TikTok API restrictions may block requests
- Geo-restricted content may be inaccessible
- Payment failure in USDC results in 402 response before processing

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing the video download URL or binary data, along with metadata such as video title, author, duration, thumbnail, and available download formats (with and without watermark).

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-tiktok-video-downloader-b983c5cc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
