# KiteEndpoints.ai - TokAPI Mobile Endpoint

> KiteEndpoints.ai - TokAPI Mobile Endpoint 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-15).

Proxies mobile TikTok API requests (via the tokapi-mobile provider) through a pay-per-request USDC gateway, returning TikTok data such as user profiles, videos, trends, and engagement metrics.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tokapi-mobile
- Price: $0.16/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-tokapi-mobile-endpoint-777c10d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pfeHPiJw1jl2xIgIije3E

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-tokapi-mobile-endpoint-777c10d1 -d '<json body>'
```

Example prompt: Can you fetch the TikTok profile info and recent videos for the user @charlidamelio using the tokapi-mobile endpoint?

## When to prefer this

Choose this endpoint when you need TikTok-specific data (profiles, videos, trends, engagement) via a mobile API interface and want pay-per-request pricing in USDC without managing a TikTok developer account or API keys. Best suited for agents that need on-demand TikTok lookups rather than bulk scraping.

## Known failure modes

- Invalid or private TikTok username returns empty or error result
- TikTok rate limiting or account restrictions may cause upstream API failure
- Malformed request parameters return generic error in result object
- Insufficient USDC balance triggers x402 payment failure before request is processed
- TikTok API changes may break specific action endpoints without notice

## 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 with a 'result' field containing TikTok data such as user profile details, video metadata, engagement statistics, follower counts, trending feeds, or other TikTok mobile API responses depending on the action requested.

## 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-tokapi-mobile-endpoint-777c10d1/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)
