# KiteEndpoints.ai TikTok API (tiktok82)

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

Fetches TikTok-related data (likely user info, videos, trends, or engagement metrics) via a paid per-request endpoint on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok82
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-api-tiktok82-9244fabd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rW8HvjFc0B6-h1kTunWex

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-api-tiktok82-9244fabd -d '<json body>'
```

Example prompt: Can you pull the TikTok profile stats and recent video metrics for the account @charlidamelio — I want to see their follower count, average likes, and latest post details?

## When to prefer this

Use this endpoint when you need TikTok-specific social data (profiles, videos, engagement) without direct TikTok API credentials, and are comfortable paying per-request in USDC on Base chain. Prefer this over building a direct TikTok integration when you need quick, one-off data pulls or are operating in a crypto-native agent workflow.

## Known failure modes

- Invalid or non-existent TikTok username/ID returns empty or error result
- TikTok account is private and data is inaccessible
- Rate limiting from the upstream TikTok data source
- Payment failure in USDC on Base chain prevents request execution
- Malformed input schema causes request rejection
- TikTok API changes break the underlying scraper, returning stale or null data

## 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 TikTok data such as user profile info, video metadata, follower/engagement counts, or other TikTok-specific data depending on the query. The exact structure is wrapped in a 'result' object.

## 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-api-tiktok82-9244fabd/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)
