# KiteEndpoints.ai TikTok Video Downloader

> KiteEndpoints.ai TikTok Video Downloader is a paid API for AI agents from kite-hub-v2.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 a downloadable link without watermark

## Facts

- Endpoint: POST https://kite-hub-v2.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-40349410
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C9BGt6IiHVXlnnSa7IyJh

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

Example prompt: Can you download this TikTok video for me without a watermark? Here's the link: https://www.tiktok.com/@user/video/1234567890

## When to prefer this

Use this endpoint when you need to programmatically download or extract TikTok videos, especially without watermarks, in an agent workflow that accepts USDC micropayments on Base chain. Prefer it over manual download tools when automation is required.

## Known failure modes

- Invalid or expired TikTok URL returns an error response
- Private or deleted TikTok video returns access denied
- Malformed input URL causes parsing failure
- TikTok rate limiting may cause intermittent failures
- Payment failure (insufficient USDC) blocks the request
- API returns generic example data if endpoint is a stub

## 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 JSON object containing video data, typically including a download URL or raw video file data for the requested TikTok post, potentially without the TikTok 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-40349410/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)
