# KiteEndpoints.ai TikTok Full Data API

> KiteEndpoints.ai TikTok Full Data API is a paid API for AI agents from kite-hub-v2.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 entity via a paid per-request hub endpoint.

## Facts

- Endpoint: POST https://kite-hub-v2.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-03f59c05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yq-ytLF_kNL2mxMuc3XT4

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

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

## When to prefer this

Choose this endpoint when you need rich, comprehensive TikTok data — including profile stats, video metadata, and engagement metrics — in a single call without managing your own TikTok scraping infrastructure. It is particularly useful for influencer research, content audits, or social media analytics workflows where paying $0.07 per lookup is acceptable and you want a hosted, pay-per-use solution on Base chain with USDC.

## Known failure modes

- Invalid or non-existent TikTok username returns an error or empty result
- Private TikTok accounts may return limited or no data
- Malformed input object returns a schema validation error
- Rate limiting or upstream TikTok API changes may cause intermittent failures
- Insufficient USDC balance causes payment failure and request rejection
- TikTok URL format changes may break parsing

## 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 profile information, video metadata, engagement statistics (views, likes, comments, shares), follower/following counts, and other account or content details depending on the query.

## 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-03f59c05/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)
