# SociaVault TikTok Music Videos

> SociaVault TikTok Music Videos is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Retrieves a list of TikTok videos associated with a specific music/audio clip, paginated by cursor.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/music/videos
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-tiktok-music-videos-33e74f2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qSMinht-YFEyQR7N1R1Xd

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 sociavault-tiktok-music-videos-33e74f2a
```

Example prompt: Can you pull the TikTok videos using the music clip with ID '7193428901234567890' from SociaVault, starting from cursor 0?

## When to prefer this

Use this endpoint when you need to enumerate TikTok videos that use a specific music/audio clip and have the clip's ID. Ideal for trend analysis, content discovery, influencer research, or tracking viral sounds on TikTok. Choose this over generic TikTok scraping tools when you want paginated, structured video data for a known sound.

## Known failure modes

- Invalid or nonexistent clipId returns empty data or error in the data field
- Missing clipId parameter may return 400 or empty result
- Payment failure via x402 protocol returns 402 Payment Required before data is returned
- Rate limiting may return 429 if too many requests are made
- Cursor out of range returns empty results or resets to beginning

## How this service works

SociaVault API proxy — tiktok-music-videos. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

A JSON object with a 'data' field containing the list of TikTok videos associated with the given music clip, plus a 'success' boolean and 'provider' attribution. The data object likely includes video metadata such as video IDs, creator info, play counts, and pagination cursor for the next page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "clipId": {
   "type": "string"
  },
  "cursor": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sociavault-tiktok-music-videos-33e74f2a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
