# KiteEndpoints.ai - TikTok Full Data API

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

Fetches comprehensive TikTok profile, video, or content data for a given TikTok user or post

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/tiktok-full
- Price: $0.07/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-full-data-api-84eff0de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Abj1LE8VKaVzmXTVd5YZg

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-full-data-api-84eff0de -d '<json body>'
```

Example prompt: Pull the full TikTok profile and recent video stats for the account @charlidamelio — I need follower count, total likes, bio, and engagement metrics.

## When to prefer this

Choose this endpoint when you need rich, full TikTok profile or video data in a single call without managing your own TikTok scraping infrastructure. Ideal for influencer research, social media monitoring, and content analytics workflows where per-request pricing ($0.07 USDC) is acceptable and you need data on demand without a subscription.

## Known failure modes

- Invalid or non-existent TikTok username returns empty or error result
- Private or restricted TikTok accounts may return limited or no data
- Rate limiting or upstream TikTok API changes may cause failures
- Malformed input (wrong URL format) may result in parsing errors
- Insufficient USDC balance causes payment failure before request executes

## 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 comprehensive TikTok data, which may include user profile fields (username, display name, bio, follower count, following count, total likes, video count, verified status) and/or video-level metadata (view count, like count, comment count, share count, description, publish date, author info) depending on the input provided.

## 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-full-data-api-84eff0de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
