# KiteEndpoints.ai - TikTok Creative API

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

Retrieves or generates TikTok creative content data, such as ad creatives, trending content insights, or creative asset information for TikTok campaigns.

## Facts

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

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-6dadb326 -d '<json body>'
```

Example prompt: Pull TikTok creative data for my current ad campaign so I can see what ad formats and creative assets are performing best on TikTok right now.

## When to prefer this

Choose this endpoint when you need TikTok-specific creative data, ad creative insights, or creative asset information and want pay-per-request pricing via USDC without managing a TikTok API integration directly. It is useful for marketing agents, ad ops workflows, or content teams that need TikTok creative intelligence on demand.

## Known failure modes

- Invalid or missing creative parameters returns a generic error response
- TikTok API rate limits or downtime may cause upstream failures
- Malformed request body returns a 400-level error
- Payment failure in USDC on Base chain prevents the call from completing
- Overly broad or unspecified creative queries may return empty or generic results

## 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 containing TikTok creative data such as ad creative details, creative asset metadata, performance indicators, or trending creative formats, wrapped in a result object.

## 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-6dadb326/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)
