# KiteEndpoints.ai - TikTok Feed API

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

Fetches TikTok feed data (posts, videos, metadata) for a given user or topic via a paid per-request API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-feed
- Price: $0.06/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-feed-api-559f3f5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n4nSVigYE-8fjQX4XmDlo

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-feed-api-559f3f5f -d '<json body>'
```

Example prompt: Can you pull the latest TikTok feed for the account @charlidamelio and give me the recent posts and video metadata?

## When to prefer this

Use this endpoint when you need to programmatically fetch TikTok feed data on a pay-per-request basis without managing your own TikTok API credentials, and your workflow supports USDC micropayments on Base chain via the x402 protocol.

## Known failure modes

- Invalid or nonexistent TikTok username returns empty or error result
- Insufficient USDC payment (below $0.06) results in 402 Payment Required
- TikTok rate limiting or account privacy settings may block feed retrieval
- Malformed request body returns validation error
- Endpoint downtime or upstream TikTok API unavailability returns 5xx error

## 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 feed data including posts, video metadata, and associated content for the requested user or feed context.

## 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-feed-api-559f3f5f/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)
