# Tinkrr YouTube Video Transcript & Summary

> Tinkrr YouTube Video Transcript & Summary is a paid API for AI agents from tinkrr-api.tinkrr.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Extracts and returns the transcript, key points, chapters, and summary of a YouTube video

## Facts

- Endpoint: POST https://tinkrr-api.tinkrr.workers.dev/video/transcript
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tinkrr-youtube-video-transcript-summary-cea5488e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5jo2hYthwtVUgUjzkMJRt

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-youtube-video-transcript-summary-cea5488e -d '<json body>'
```

Example prompt: Can you get me the full transcript, chapter breakdown, and key points from this YouTube video: https://www.youtube.com/watch?v=dQw4w9WgXcQ?

## When to prefer this

Use this endpoint when you need structured extraction from a YouTube video — specifically when you want not just raw transcript text but also AI-generated key points, chapter breakdowns, and a summary in a single call. Prefer this over generic transcription services when the goal is content analysis or repurposing YouTube video content.

## Known failure modes

- Video is private or unavailable — returns error with no transcript data
- Video has no captions or transcript available — may return empty transcript
- Invalid or malformed YouTube URL — returns validation error
- Network timeout if video is very long — partial or no response
- Rate limit exceeded — returns 429 or payment-related error

## How this service works

YouTube video transcript, key points, chapters, and summary

## Output

Returns a structured object containing the video title, a prose summary, an array of chapters with timestamps, and an array of key points extracted from the video content.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tinkrr-youtube-video-transcript-summary-cea5488e/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)
