# KiteEndpoints.ai TikTok API (tiktok82)

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

Fetches TikTok-related data via a numbered endpoint (tiktok82) on the KiteEndpoints mega API hub, returning structured result data

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok82
- Price: $0.17/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-api-tiktok82-2f10976f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zzGB-lSHbu406NiqnhYB6

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-2f10976f -d '<json body>'
```

Example prompt: Can you pull TikTok data for me using the KiteEndpoints tiktok82 API — I need the result object back with whatever data it returns about the content I'm looking up.

## When to prefer this

Use this endpoint when you need TikTok social media data and are already integrated with the KiteEndpoints x402 payment rail on Base chain; suitable for pay-per-request usage without a TikTok API subscription; prefer over direct TikTok API if you want USDC micropayment billing.

## Known failure modes

- Payment not provided or insufficient USDC — HTTP 402 returned
- Invalid or malformed input object — endpoint may return empty or error result
- TikTok data unavailable or rate-limited upstream — result may be empty
- Endpoint-specific parameters not passed correctly — generic example response returned
- Network timeout on vercel.app hosting infrastructure

## 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 a 'result' key containing the TikTok API response data; the exact fields depend on the specific TikTok query being made but follow the standard KiteEndpoints response envelope.

## 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-2f10976f/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)
