# KiteEndpoints.ai - Video Transcript Scraper

> KiteEndpoints.ai - Video Transcript Scraper is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Extracts and returns the full transcript from a video given its URL

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/video-transcript-scraper
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-video-transcript-scraper-4e741336
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DN6YrTv2zMoCyjs2QksNP

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 kiteendpoints-ai-video-transcript-scraper-4e741336 -d '<json body>'
```

Example prompt: Can you grab the full transcript of this YouTube video for me: https://www.youtube.com/watch?v=dQw4w9WgXcQ — I want to read what was said without watching it.

## When to prefer this

Use this endpoint when you need to programmatically extract the spoken-word transcript or captions from a video URL, especially for summarization, content analysis, or search indexing workflows. Prefer this over manual caption downloads when automating at scale and paying per-request via USDC on Base is acceptable. Best suited for single video transcript extraction rather than bulk processing.

## Known failure modes

- Video URL is invalid or inaccessible — returns error in result
- Video has no captions or auto-generated transcripts disabled — empty or error result
- Private or age-restricted video that cannot be scraped — access denied error
- Unsupported video platform — endpoint may only support certain video hosts
- Network timeout when fetching transcript from source — partial or null result

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a transcript object containing the extracted text content (captions or spoken words) from the specified video, structured as an API response result object.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-video-transcript-scraper-4e741336/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
