# KiteEndpoints.ai Video Transcript Scraper

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

Extracts the full text transcript from a video given its URL

## Facts

- Endpoint: POST https://kite-hub-v3.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-d2e73835
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QX4GmBaAg6UvtGcpspt6q

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-d2e73835 -d '<json body>'
```

Example prompt: Can you grab the full transcript from this YouTube video — https://www.youtube.com/watch?v=dQw4w9WgXcQ — and give me the text so I can summarize it?

## When to prefer this

Use this endpoint when you need to extract transcript text from a video URL without calling a full speech-to-audio transcription service. It is ideal when the video already has captions or subtitles available (e.g. YouTube auto-captions) and you want a fast, low-cost text extraction rather than running audio through a speech-to-text model. Prefer this over audio transcription APIs when the video is publicly accessible and already has captions.

## Known failure modes

- Video URL is invalid or inaccessible — returns error with no transcript data
- Video has no captions or auto-generated transcripts disabled — returns empty or error response
- Private or age-restricted video — scraper cannot access content
- Unsupported video platform — only certain video hosts may be supported
- Rate limiting or scraping blocks from the video platform — intermittent failures

## 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 structured object containing the extracted transcript text from the video, typically as a string of dialogue or captioned speech in sequential order. May include timestamps or speaker labels depending on availability.

## 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-d2e73835/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
