# Tinkrr Video Analyze – YouTube Content Campaign Kit Generator

> Tinkrr Video Analyze – YouTube Content Campaign Kit Generator is a paid API for AI agents from tinkrr-api.tinkrr.workers.dev, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Analyzes a YouTube video URL and returns a complete content campaign kit including virality score, viral clip suggestions, and social media copy for 6 platforms

## Facts

- Endpoint: POST https://tinkrr-api.tinkrr.workers.dev/video/analyze
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tinkrr-video-analyze-youtube-content-campaign-kit-generator-fb9d84f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ItrKfKnPvXWuoLZrzedUR

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 tinkrr-video-analyze-youtube-content-campaign-kit-generator-fb9d84f1 -d '<json body>'
```

Example prompt: Analyze this YouTube video — https://www.youtube.com/watch?v=abc123 — and give me the full content campaign kit: its virality score, the best viral clip segments, and ready-to-post social media copy for all 6 platforms so I can repurpose it everywhere.

## When to prefer this

Use this endpoint when you have a YouTube video and want a one-shot, comprehensive content repurposing kit — virality scoring plus platform-ready social copy for 6 channels — rather than just a transcript or summary. Ideal for content creators, marketers, and social media managers who want to maximize distribution of existing video content without manually writing copy per platform.

## Known failure modes

- Invalid or inaccessible YouTube URL returns an error
- Private or age-restricted videos may fail to process
- Missing required URL field causes validation error
- Rate limit or payment failure returns 402 or 429
- Video too long or unsupported format may time out

## How this service works

YouTube video → complete content campaign kit: virality score, viral clips, social media copy for 6 platforms

## Output

Returns a structured campaign kit including a virality index score, identified viral segments with timestamps, platform-specific social media copy bundles for 6 platforms (e.g. Twitter/X, Instagram, TikTok, LinkedIn, Facebook, YouTube Shorts), and a visionary deep-dive narrative about the video's content potential.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "YouTube video URL (youtube.com or youtu.be)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tinkrr-video-analyze-youtube-content-campaign-kit-generator-fb9d84f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tinkrr-api.tinkrr.workers.dev](https://www.zero.xyz/host/tinkrr-api.tinkrr.workers.dev/llms.txt)
