# KiteEndpoints.ai - TikTok HD Video Downloader

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

Downloads TikTok videos in HD quality, returning high-resolution video data for a given TikTok content request

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-hd
- Price: $0.06/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-hd-video-downloader-1ba679a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7JfbFAUh13Du164BIUhfQ

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-hd-video-downloader-1ba679a1 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically download TikTok videos in HD quality, especially within an automated workflow that pays per request using USDC on Base chain. Prefer this over manual downloading or free tools when you need reliable, scalable access to TikTok HD content via API.

## Known failure modes

- Invalid or expired TikTok URL returns an error
- Private or deleted TikTok videos cannot be accessed
- Rate limiting may occur for high-volume requests
- HD version unavailable for some older or low-quality videos
- Payment failure if USDC balance is insufficient

## 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 HD video data, likely including a download URL or binary video content and associated metadata such as resolution, file size, or video title extracted from TikTok.

## 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-hd-video-downloader-1ba679a1/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)
