# KiteEndpoints.ai TikTok API15

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

Fetches TikTok data (videos, profiles, trends, or related content) via a third-party TikTok scraping API endpoint, paid per request in USDC on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-api15
- Price: $0.16/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-api15-98f725ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dfkXcUrt7z6YeqG1g7Aiy

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-api15-98f725ed -d '<json body>'
```

Example prompt: Can you pull the stats for this TikTok video — likes, views, comments, and the creator's username — using the TikTok API15 endpoint on KiteEndpoints?

## When to prefer this

Choose this endpoint when you need programmatic access to TikTok public data (profiles, video stats, hashtags) without a direct TikTok API key, and you want to pay per-request in USDC with no subscription commitment. It is especially useful for one-off influencer lookups, content audits, or social listening tasks where setting up a native TikTok API integration is overkill.

## Known failure modes

- Invalid or deleted TikTok URL/ID returns empty or error result
- TikTok anti-scraping measures may cause intermittent failures or rate limiting
- Private or restricted accounts may return no data
- Malformed input object returns undefined behavior due to loose schema
- Payment failure in USDC on Base chain prevents 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 JSON object containing TikTok data such as video metadata (title, description, views, likes, shares, comments count), creator profile info (username, follower count, bio), and other platform-specific fields depending on the query type — all nested under a 'result' key.

## 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-api15-98f725ed/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)
