# KiteEndpoints.ai - TikTok Shop API

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

Provides access to TikTok Shop data and operations via a paid proxy endpoint on the KiteEndpoints.ai mega API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-shop
- Price: $0.14/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-shop-api-2f2ad7c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hA4dJaewDt3feoE2APEMO

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-shop-api-2f2ad7c3 -d '<json body>'
```

Example prompt: Pull the latest product listings and order data from TikTok Shop for my store so I can see what's selling.

## When to prefer this

Use this endpoint when you need programmatic access to TikTok Shop data and want to pay per-request in USDC on Base chain without managing a TikTok Shop API key directly. Suitable for low-volume or exploratory integrations where a subscription is not justified.

## Known failure modes

- Invalid or missing request parameters returns an error result
- Insufficient USDC balance causes payment failure (402)
- TikTok Shop API upstream unavailability causes timeout or error response
- Malformed result object in request body returns validation error
- Rate limiting from upstream TikTok Shop API

## 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 Shop API response data, such as product listings, order details, seller information, or other shop-related data depending on the parameters 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-shop-api-2f2ad7c3/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)
