# SociaVault TikTok Video Info

> SociaVault TikTok Video Info 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-15).

Fetches metadata, details, and optionally a transcript for a given TikTok video URL via the SociaVault social data proxy.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok/video-info
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sociavault-tiktok-video-info-754920dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ExbRT19ZXBZA6MJ27raq9

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-video-info-754920dd
```

Example prompt: Can you pull all the info and transcript for this TikTok video — https://www.tiktok.com/@user/video/1234567890 — using the US region and make sure to trim the results?

## When to prefer this

Use this endpoint when you need structured metadata or transcripts for a specific TikTok video by URL, especially within an x402 micropayment-enabled agent workflow where per-call billing is acceptable. Prefer over scraping directly when you need reliable, proxied access to TikTok data.

## Known failure modes

- Invalid or inaccessible TikTok URL returns empty data or error
- Unsupported region code causes failed lookup
- Payment not processed results in 402 response blocking data return
- Video removed or private returns no data
- Transcript unavailable for certain videos when get_transcript is true

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object with a 'data' field containing TikTok video information (metadata, stats, description, etc.) and optionally a transcript, plus a 'success' boolean and the provider name 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "trim": {
   "type": "boolean"
  },
  "region": {
   "type": "string"
  },
  "get_transcript": {
   "type": "boolean"
  }
 }
}
```

## 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-video-info-754920dd/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)
