# Coockies.ai TikTok Fast Data Endpoint

> Coockies.ai TikTok Fast Data Endpoint is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.051037/call, status unknown (last checked 2026-09-13).

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

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/tiktok-fast
- Price: $0.051037/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-tiktok-fast-data-endpoint-7c03b11c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LY-rxmf3fuGXs-NIMoCHm

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 coockies-ai-tiktok-fast-data-endpoint-7c03b11c -d '<json body>'
```

Example prompt: Can you quickly pull TikTok data for a given video or user — I need the engagement stats and metadata as fast as possible?

## When to prefer this

Choose this endpoint when you need fast TikTok data retrieval with pay-per-call micropayment pricing via x402 on Base chain, avoiding subscription overhead for low-volume or sporadic TikTok data needs.

## Known failure modes

- Invalid or missing TikTok identifier returns empty or error result
- Payment failure on Base chain causes 402 response blocking the request
- TikTok rate limiting or blocking causes upstream data fetch failure
- Malformed request body causes 400-level error
- TikTok content removed or account suspended returns no data

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

A result object containing TikTok data such as video metadata, user profile details, engagement metrics, or other TikTok-related information returned as a structured JSON response.

## 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/coockies-ai-tiktok-fast-data-endpoint-7c03b11c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
