# Sna4an TikTok Fast API

> Sna4an TikTok Fast API is a paid API for AI agents from sna4an-social.vercel.app, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-15).

Fetches TikTok data (videos, profiles, trends) via a RapidAPI-backed sub-endpoint with a fast response profile

## Facts

- Endpoint: POST https://sna4an-social.vercel.app/api/tiktok-fast
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-tiktok-fast-api-228f5298
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YuDQ8LT6gp764FVo7d6Z2

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 sna4an-tiktok-fast-api-228f5298 -d '<json body>'
```

Example prompt: Can you pull the TikTok profile data for the user @charlidamelio — I want their follower count, video count, and bio using the user-info sub-endpoint?

## When to prefer this

Use this endpoint when you need fast, on-demand TikTok data — such as user profiles, video stats, or trending content — and want to pay per call via x402/USDC without managing a RapidAPI subscription directly. Prefer this over scraping or browser automation when structured JSON output is needed quickly.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters for the specific TikTok sub-endpoint causes a bad request error
- Payment of 0.055 USDC not received or rejected results in 402 Payment Required
- Rate limits on the underlying RapidAPI TikTok provider may cause throttling or 429 errors
- TikTok account or video is private/deleted, resulting in empty or null data
- Malformed params object causes a downstream API error

## How this service works

Social media data APIs - YouTube, TikTok, Instagram, Twitter, Medium

## Output

Returns a JSON object containing TikTok data corresponding to the requested sub-endpoint path, such as video metadata, user profile fields (followers, likes, bio), trending content lists, or comment data, depending on the path and params supplied.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-tiktok-fast-api-228f5298/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-social.vercel.app](https://www.zero.xyz/host/sna4an-social.vercel.app/llms.txt)
