# KiteEndpoints.ai - TikTok Now (NOWM) Data

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

Fetches TikTok Now (NOWM) related data via a paid per-request API endpoint on the KiteEndpoints hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tiktok-nowm
- Price: $0.15/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-nowm-data-2901569a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vXZxO-HajLs5arScA9ViD

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-nowm-data-2901569a -d '<json body>'
```

Example prompt: Can you pull the latest TikTok Now (NOWM) data for me using the KiteEndpoints hub — I need to see what's currently available through that endpoint.

## When to prefer this

Use this endpoint when you need programmatic access to TikTok Now (NOWM) data and want to pay per request with USDC on Base chain rather than managing a direct TikTok API integration. Suitable for one-off or infrequent lookups without subscription overhead.

## Known failure modes

- Payment not included or insufficient USDC on Base chain — returns 402 Payment Required
- Invalid or missing request parameters — returns an error or empty result object
- TikTok Now API unavailable or rate-limited upstream — returns an error in the result object
- Malformed request body — endpoint may return 400 or an empty result

## 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 (NOWM) API response data, which may include posts, moments, feed items, or related content metadata depending on the request parameters submitted.

## 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-nowm-data-2901569a/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)
