# KiteEndpoints.ai TikTok Full Data API

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

Fetches comprehensive TikTok data (profile, videos, analytics, or content details) for a given TikTok user or video via a paid per-request endpoint

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-full
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-full-data-api-b8dccb40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RUYYErtgKY1IfDInvhHW0

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

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

## When to prefer this

Choose this endpoint when you need comprehensive, full TikTok profile or video data in a single call and are willing to pay $0.07 USDC per request. Prefer this over building your own TikTok scraper or using the official TikTok API (which has strict rate limits and approval requirements). Best suited for one-off lookups, influencer research, or content analytics where a pay-per-use model is more cost-effective than a subscription.

## Known failure modes

- Invalid or non-existent TikTok username returns empty or error result
- Private TikTok accounts may return limited or no data
- TikTok rate limiting on the upstream data source may cause timeouts or incomplete responses
- Missing or malformed input causes a 400-level error
- Payment failure (insufficient USDC) prevents the request from being processed

## 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 such as user profile information (username, followers, following, total likes), video metadata (views, likes, comments, shares, captions, timestamps), and other available account or content details depending on the query input.

## 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-b8dccb40/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)
