# KiteEndpoints.ai - TikTok Now (nowm10)

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

Fetches TikTok Now (BeReal-style dual-camera moments) content data via a paid per-request API on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tiktok-nowm10
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-now-nowm10-cd8ef437
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1ma2yDs49VsK3-h9Soif9

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-now-nowm10-cd8ef437 -d '<json body>'
```

Example prompt: Can you pull the TikTok Now moment data for me — I need the latest dual-camera post content from TikTok Now so I can analyze what's trending on the platform today.

## When to prefer this

Choose this endpoint when you need programmatic access to TikTok Now (dual-camera moment) content data and want pay-per-request pricing in USDC without a long-term subscription. Prefer this over direct TikTok API integration when you want minimal setup with crypto-native payments via x402 on Base chain.

## Known failure modes

- Invalid or missing input parameters return an error result object
- TikTok Now content unavailable or account private returns empty or error data
- Payment failure (insufficient USDC on Base chain) results in 402 rejection
- Rate limiting or TikTok API downtime may cause timeout or error response
- Malformed request body returns generic API 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 Now content data such as media metadata, moment details, and associated post information from the TikTok Now feature (dual-camera BeReal-style posts).

## 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-now-nowm10-cd8ef437/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)
