# Magnum.ai Video Transcript Scraper

> Magnum.ai Video Transcript Scraper is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Scrapes and extracts transcripts from video content via a pay-per-call API endpoint on Base chain

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/video-transcript-scraper
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-video-transcript-scraper-ff0dc769
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DeJz7F_kZziYTni55HLFs

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 magnum-ai-video-transcript-scraper-ff0dc769 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need to quickly extract transcript text from a video URL without setting up your own scraping infrastructure, and you are comfortable with pay-per-call micropayments via x402 on Base chain. Best for one-off or low-volume transcript extraction tasks.

## Known failure modes

- Video URL not provided or malformed — returns error in result object
- Video has no available transcript or captions — empty or null data returned
- Video is private, region-locked, or removed — access error
- Payment of $0.05 USDC not fulfilled — 402 Payment Required response
- Scraping blocked by video host anti-bot measures — extraction failure

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing the scraped transcript text extracted from the specified video, including spoken dialogue, narration, or captions as plain text.

## 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/magnum-ai-video-transcript-scraper-ff0dc769/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
