# StableSocial TikTok User Live Status

> StableSocial TikTok User Live Status is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches live streaming status and related data for a given TikTok user by handle

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/user/live
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-user-live-status-7daf99f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N_mzjrJIHTz4wYebJ4nnd

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 stablesocial-tiktok-user-live-status-7daf99f5 -d '<json body>'
```

Example prompt: Can you check if the TikTok account @charlidamelio is currently live streaming right now?

## When to prefer this

Choose this endpoint when you need pay-per-request, no-subscription access to TikTok live status data without managing API keys or OAuth. Ideal for agents that infrequently check creator live status and want minimal setup overhead. Prefer over official TikTok APIs when developer account access is unavailable or impractical.

## Known failure modes

- Invalid or non-existent TikTok handle returns an error or empty result
- User account is private or restricted, limiting data availability
- TikTok platform rate limiting or anti-scraping measures causing request failure
- Payment failure (402) if USDC balance is insufficient
- Handle field missing or empty triggers validation error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns live streaming status and session data for the specified TikTok user, indicating whether they are currently live and potentially including details such as stream title, viewer count, or session metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "TikTok handle"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-user-live-status-7daf99f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
