# KiteEndpoints.ai - Video Transcript Scraper

> KiteEndpoints.ai - Video Transcript Scraper is a paid API for AI agents from kite-endpoints.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-endpoints.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-5f38a63d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0nS4sz-LiXrt41FzBRfst

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

Example prompt: Can you pull the full transcript from this YouTube video for me? Here's the URL: https://www.youtube.com/watch?v=dQw4w9WgXcQ

## When to prefer this

Use this endpoint when you need to extract transcript or caption text from a video without using a speech-to-audio transcription model — it scrapes existing captions/subtitles directly, making it faster and cheaper than audio transcription. Prefer this over speech-to-text APIs when the video already has captions (e.g. YouTube auto-captions or uploaded subtitles).

## Known failure modes

- Video URL is invalid or inaccessible — returns error
- Video has no captions or transcripts available — returns empty or error
- Private or age-restricted video — access denied error
- Unsupported video platform — only certain platforms may be supported
- Rate limiting or platform-side blocking — scraper may be blocked temporarily

## 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 the full text transcript of the video, likely including timestamped caption segments or a plain-text representation of the spoken content extracted from the video's subtitle/caption track.

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