# KiteEndpoints.ai - TikTok Now (NOWM)

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

Fetches TikTok Now (formerly TikTok NOWM) content or related social data via a paid per-request API

## Facts

- Endpoint: POST https://kite-endpoints.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-7548048e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zV1OOpfKybumxvrCqf7_b

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-7548048e -d '<json body>'
```

Example prompt: Pull the latest TikTok Now content for a given user or feed so I can see what moments they've shared recently.

## When to prefer this

Choose this endpoint when you specifically need TikTok Now (NOWM) content data and are comfortable paying $0.15 USDC per request on Base chain. Useful for agents that need social moment data from TikTok Now without building a direct TikTok integration. Prefer it when you need quick pay-per-use access rather than managing TikTok API credentials yourself.

## Known failure modes

- Invalid or missing request parameters returning an error result
- TikTok API rate limits or blocks causing empty or failed responses
- Content no longer available (deleted or expired TikTok Now post)
- Payment failure (insufficient USDC balance) blocking the request
- Upstream TikTok service changes breaking the scraper or integration

## 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) post data, which may include media URLs, user info, timestamps, captions, and other social content metadata associated with the requested TikTok Now content.

## 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-7548048e/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)
