# KiteEndpoints.ai - TikTok Creative API

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

Retrieves or generates TikTok creative content data via a paid API hub, returning creative-related results for TikTok campaigns or content analysis.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-creative
- Price: $0.19/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-creative-api-b20c6f7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PiFyeeTRKhJH9DF9Iksz8

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-creative-api-b20c6f7f -d '<json body>'
```

Example prompt: Can you pull TikTok creative data for my campaign — I need content ideas or ad creative insights for the TikTok platform right now?

## When to prefer this

Use this endpoint when you need programmatic access to TikTok creative data and are willing to pay per-request in USDC on Base chain; suitable for agents that already operate in the x402 payment ecosystem and need TikTok-specific creative intelligence without setting up a direct TikTok API integration.

## Known failure modes

- Insufficient USDC balance — payment of 0.19 USDC on Base chain required per call
- Invalid or missing input parameters return an error result
- TikTok API upstream unavailability may return empty or error data
- Malformed request body returns a generic API error
- Rate limiting from the underlying TikTok data source

## 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 creative data such as content suggestions, ad creative details, or campaign creative insights depending on the request parameters.

## 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-creative-api-b20c6f7f/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)
