# KiteEndpoints.ai - Douyin API

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

Fetches data from Douyin (Chinese TikTok) via a paid proxy endpoint, returning social media content or user metadata.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/douyin-api
- Price: $0.2/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-douyin-api-b1b719b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9_C95FzIzOTLgXt1SEBWQ

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-douyin-api-b1b719b3 -d '<json body>'
```

Example prompt: Can you pull the Douyin profile and video metadata for a given Douyin user or video link using the Douyin API?

## When to prefer this

Use this endpoint when you need to programmatically access Douyin (Chinese TikTok) content, user profiles, or video metadata and do not have direct access to the Douyin API. Prefer this over building your own scraper or dealing with Douyin's access restrictions, especially for pay-per-request use cases where you do not want a subscription.

## Known failure modes

- Invalid or missing Douyin identifier returns error in result object
- Douyin API rate limiting or blocking causes empty or error response
- Malformed request body returns 400 or unparseable result
- Network timeout from upstream Douyin API causes delayed or failed response
- Payment of 0.2 USDC not fulfilled triggers 402 Payment Required

## 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 Douyin API response data, which may include video details, user profile information, engagement metrics, or other content metadata depending on the query 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-douyin-api-b1b719b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
