# KiteEndpoints.ai - TikTok Best Content Endpoint

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

Retrieves the best/trending TikTok content data, likely including top videos, viral posts, or top creators, via a paid per-request API

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-best
- Price: $0.12/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-best-content-endpoint-468f1d2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AXSmQ7DeWCXbudWz8gNeP

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-best-content-endpoint-468f1d2e -d '<json body>'
```

Example prompt: Can you pull up the best trending TikTok videos right now so I can see what content is performing well?

## When to prefer this

Choose this endpoint when you need quick, on-demand access to best/trending TikTok content without managing your own TikTok API credentials or scraping infrastructure. Useful for agents that need to surface viral TikTok content programmatically and can pay $0.12 USDC per call via the x402 protocol on Base chain.

## Known failure modes

- Invalid or missing request body returns an error response
- Payment failure (insufficient USDC balance) results in 402 Payment Required
- TikTok data unavailable or rate-limited upstream causes empty or error result
- Malformed input schema causes a 400 Bad Request
- Network timeout from upstream TikTok data provider

## 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 TikTok content data, likely including top/best videos or creators with associated metadata such as view counts, likes, shares, captions, and creator information based on the query.

## 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-best-content-endpoint-468f1d2e/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)
