# GGWP API Hub - TikTok Fast

> GGWP API Hub - TikTok Fast is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.051037/call, status unknown (last checked 2026-09-15).

Fetches TikTok data quickly via a pay-per-call API using the x402 protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/tiktok-fast
- Price: $0.051037/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-tiktok-fast-329fef35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lRC2ljXMPByX-LigKMXLj

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 ggwp-api-hub-tiktok-fast-329fef35 -d '<json body>'
```

Example prompt: Can you pull TikTok data fast for the video or account I'm looking at — I need the stats and content details quickly?

## When to prefer this

Choose this endpoint when you need fast TikTok data retrieval with pay-per-call pricing via the x402 protocol on Base chain, avoiding subscription commitments. Suited for agents that need on-demand TikTok social data without a dedicated TikTok API integration.

## Known failure modes

- Insufficient USDC balance for x402 payment leading to 402 Payment Required error
- Malformed or missing request payload returning an error response
- TikTok rate limiting or data unavailability causing empty or error results
- Invalid TikTok identifier or query parameters returning no data
- Network timeout on the Vercel-hosted endpoint under high load

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing TikTok data such as video metrics, user profile information, or content details depending on the query parameters sent in the request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/ggwp-api-hub-tiktok-fast-329fef35/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
