# KiteEndpoints.ai - TikTok Private API

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

Fetches private or restricted TikTok data via a paid proxy endpoint, returning structured response data about TikTok content or accounts.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-private
- Price: $0.05/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-private-api-ba20d3b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QEOSCT3wwJ2H5QdK59yGC

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-private-api-ba20d3b7 -d '<json body>'
```

Example prompt: Can you pull the private TikTok data for a specific account or video — I need the details that aren't easily accessible through the standard TikTok API?

## When to prefer this

Choose this endpoint when you need TikTok data that is not available through TikTok's official public API, such as private profile details or restricted content metrics, and you are comfortable paying $0.05 USDC per call on the Base chain. Prefer this over official TikTok API integrations when you need data that bypasses standard access restrictions, and over general web scrapers when you want a managed, pay-per-use proxy abstraction.

## Known failure modes

- Vague or incomplete input object may return empty or generic example response
- TikTok anti-scraping measures may cause intermittent failures or stale data
- No documented error schema — failures may silently return example placeholder data
- Rate limits or payment failures on USDC Base chain may block requests
- Endpoint may return outdated data if TikTok's private API structure changes

## 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 a 'result' field with TikTok-related data such as account details, video metadata, engagement metrics, or other content information depending on the query sent.

## 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-private-api-ba20d3b7/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)
