# KiteEndpoints.ai TikTok Video Downloader API

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

Downloads TikTok videos by URL, returning media data or download links for a given TikTok post

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-dl-api
- Price: $0.13/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-api-299c0626
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5YPNUWlAAuj1eiVwNKcsb

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-api-299c0626 -d '<json body>'
```

Example prompt: Can you download this TikTok video for me? Here's the URL: https://www.tiktok.com/@user/video/1234567890 — I need the actual video file or a direct download link.

## When to prefer this

Use this endpoint when you need to programmatically download or retrieve TikTok video content by URL, paying per request via USDC on Base chain without a subscription. Suitable for agent workflows that occasionally need to fetch TikTok media on demand.

## Known failure modes

- Invalid or expired TikTok URL returns error in result object
- Private or deleted TikTok video returns no data
- Rate limiting or quota exceeded returns payment/limit error
- Malformed input schema returns API error
- TikTok URL format not recognized causes processing failure

## 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 video download data such as a direct media URL, video metadata, or file content extracted from the provided TikTok video link.

## 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-api-299c0626/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
