# KiteEndpoints.ai TikTok Best

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

Retrieves the best/trending TikTok content data via a paid API endpoint on Base chain

## Facts

- Endpoint: POST https://kite-solana.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-2591e882
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H63UXFSuGswyBsJ88CjR5

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

Example prompt: Can you pull the best trending TikTok videos right now — I want to see what's going viral and performing the highest?

## When to prefer this

Choose this endpoint when you need quick access to TikTok's best or trending content without building your own TikTok API integration, and you're comfortable paying $0.12 USDC per call on Base chain. It's suitable for ad-hoc queries, research, or agent workflows that need social signals from TikTok without a direct API key or OAuth setup.

## Known failure modes

- Invalid or missing request parameters return an error response
- TikTok API rate limits or downtime cause upstream failures
- Payment not processed in USDC on Base chain results in 402 Payment Required
- Malformed POST body returns a bad request error
- No trending data available for the requested filter returns empty result

## 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 with TikTok content data representing the best or trending videos, likely including video metadata, engagement stats (likes, shares, views), creator info, and rankings.

## 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-2591e882/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
