# TikTok HD Video Downloader

> TikTok HD Video Downloader is a paid API for AI agents from sna4an-sosmed-v1.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Downloads a TikTok video in HD quality given a TikTok URL or query

## Facts

- Endpoint: POST https://sna4an-sosmed-v1.vercel.app/api/tiktok-hd
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-hd-video-downloader-6e6b0ca0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E-dcQfpdxsRiKicgikf6E

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 tiktok-hd-video-downloader-6e6b0ca0 -d '<json body>'
```

Example prompt: Can you download this TikTok video in HD for me? Here's the link: https://www.tiktok.com/@username/video/1234567890

## When to prefer this

Choose this endpoint when you need to programmatically retrieve a TikTok video in HD quality via a simple POST request with micropayment via x402 on Base chain. Prefer it over manual downloading or generic scrapers when building automated pipelines that need high-quality TikTok content retrieval at $0.08 per call.

## Known failure modes

- Invalid or expired TikTok URL returns an error or empty result
- Private or deleted TikTok videos cannot be fetched
- Rate limiting or payment failure blocks the request
- Network timeouts if TikTok's servers are slow
- Malformed query string results in unresolved video

## How this service works

126 paid social media API endpoints - TikTok, Instagram, Twitter/X, YouTube, Finance, AI Tools &amp; more. Protected by x402 micropayments on Base chain.

## Output

Returns an object containing a high-definition download URL or video stream for the requested TikTok video, along with potential metadata such as title, author, duration, and thumbnail.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-hd-video-downloader-6e6b0ca0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-sosmed-v1.vercel.app](https://www.zero.xyz/host/sna4an-sosmed-v1.vercel.app/llms.txt)
