# KiteEndpoints.ai - TikTok HD Video Downloader

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

Downloads TikTok videos in HD quality given a TikTok video URL or identifier

## Facts

- Endpoint: POST https://kite-endpoints.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-8aa10d24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pa0qmcNoGb9b-nKP4Ek0u

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

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

## When to prefer this

Use this endpoint when you need to programmatically download TikTok videos in HD quality as part of an automated workflow, content archiving pipeline, or media processing task, and are willing to pay per-request in USDC on Base chain via x402 protocol.

## Known failure modes

- Invalid or expired TikTok URL returns an error response
- Private or deleted TikTok videos cannot be fetched
- TikTok may rate-limit or block scraping, causing fetch failures
- Malformed input causes a 400-level error
- Payment failure or insufficient USDC balance prevents the call from completing

## 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 for the requested TikTok video, likely including a direct download URL or binary video data, along with possible metadata such as title, author, and resolution details.

## 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-8aa10d24/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)
