# SociaVault Twitch Clip Data Fetcher

> SociaVault Twitch Clip Data Fetcher 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 data for a Twitch clip by URL via the SociaVault social data proxy, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/twitch/clip
- 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-twitch-clip-data-fetcher-291ab47e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZeXNvy4mEMfhZq_I91yfT

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-twitch-clip-data-fetcher-291ab47e
```

Example prompt: Can you pull all the available data for this Twitch clip — https://www.twitch.tv/videos/1234567890 — using SociaVault?

## When to prefer this

Use this endpoint when you need to retrieve structured metadata or content data for a specific Twitch clip by URL through a pay-per-call x402 model, without needing a long-term API subscription. Prefer this over direct Twitch API integration when you want a simple proxied call with micropayment billing.

## Known failure modes

- Invalid or malformed Twitch clip URL returns error or empty data object
- Clip is deleted or private, resulting in empty data or failure response
- Payment not processed via x402, blocking access to the endpoint
- SociaVault upstream API unavailable, returning success:false
- Rate limiting or quota exceeded for the underlying provider

## 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 clip metadata and details, a 'success' boolean, and a 'provider' field set to 'sociavault'. The data field may include clip title, creator, timestamp, view counts, thumbnail, transcript, and other available clip attributes.

## Request schema (JSON Schema)

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

## 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-twitch-clip-data-fetcher-291ab47e/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)
