# KiteEndpoints.ai - TikTok Now (nowm) Data Endpoint

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

Fetches TikTok Now (NowM) content or user data via the KiteEndpoints.ai API hub, paid per request with USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/tiktok-nowm
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tiktok-now-nowm-data-endpoint-1cd0b881
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UXiTVWe3lXyJI6XSaMYVC

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-endpoint-1cd0b881 -d '<json body>'
```

Example prompt: Pull the latest TikTok Now (NowM) posts and content data for the user @trendingcreator123 using the KiteEndpoints hub.

## When to prefer this

Choose this endpoint when you need to programmatically access TikTok Now (NowM) content or user data and want pay-per-request pricing in USDC without a subscription. Prefer it for lightweight, on-demand social media data extraction tasks where you don't need a full TikTok API integration.

## Known failure modes

- Invalid or non-existent TikTok username returns an error in result.data
- TikTok rate limiting or API changes may cause failures
- Insufficient USDC balance causes payment rejection before the call is made
- Private or restricted accounts may return empty or limited data
- Malformed request body returns a 400-level 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 JSON object containing TikTok Now (NowM) content data for the queried user or post, including post metadata, media URLs, timestamps, and any available engagement metrics, wrapped in a result.data field.

## 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-endpoint-1cd0b881/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)
