# KiteEndpoints.ai TikTok API23

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

Provides access to TikTok data and functionality via a third-party API hub, pay-per-request with USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-api23
- Price: $0.13/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-api23-3554e58c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OEf4zcraSwtXUncq60id0

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-api23-3554e58c -d '<json body>'
```

Example prompt: Can you pull the TikTok data for a specific video or user using the TikTok API23 endpoint on KiteEndpoints — I need to retrieve engagement metrics and content details from TikTok?

## When to prefer this

Choose this endpoint when you need programmatic access to TikTok data without managing your own TikTok developer credentials, and when pay-per-request USDC micropayment billing on Base chain is acceptable. Best suited for agents needing occasional TikTok lookups rather than high-volume scraping.

## Known failure modes

- Invalid or missing TikTok identifier returns empty or error result
- Rate limiting from underlying TikTok API causes failed responses
- TikTok API changes or deprecations break the endpoint
- Insufficient USDC balance causes payment failure before request executes
- Private or deleted TikTok content returns no data
- Malformed request body returns generic error response

## 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 TikTok API response data, which may include video metadata, user profile details, engagement metrics (likes, shares, comments, views), trending content, or other TikTok platform data depending on the query parameters passed.

## 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-api23-3554e58c/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)
