# KiteEndpoints.ai TikTok Video Downloader API

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

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

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-dl-api
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-video-downloader-api-7be3743d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NcdkS91wovY9PLkptKrGT

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-7be3743d -d '<json body>'
```

Example prompt: Can you download this TikTok video for me — https://www.tiktok.com/@username/video/1234567890 — I want a clean version I can save?

## When to prefer this

Choose this endpoint when you need to programmatically download or retrieve TikTok video content by URL, especially in agent pipelines that archive, repurpose, or analyze TikTok posts. Prefer it over manual download tools when you need automation and pay-per-request pricing without a subscription.

## Known failure modes

- Invalid or expired TikTok URL returns an error or empty result
- Private or deleted TikTok videos cannot be fetched
- Rate limiting may cause failures under high request volume
- Geo-restricted content may be unavailable depending on server region
- Malformed input URL results in a failed extraction

## 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 an object containing video download URL(s), metadata about the TikTok post (title, author, thumbnail), and any relevant quality options or watermark-free variants available for the requested video.

## 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-7be3743d/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)
