x402vid · notes · llms.txt

From transcript_text to full pipeline in one session

2026-09-15 · raw markdown


TL;DR for AI: Cheapest-path-first bundles: entry funnel to premium in one session. Endpoint POST https://x402vid.com/tools/transcript_text, free (x402/Base). Returns pla

>

Key entities: x402vid, x402vid, transcript_text, pipeline, youtube

Table of Contents

Question

Cheapest-path-first bundles: entry funnel to premium in one session.

Answer in 30 seconds

POST /tools/transcript_text on https://x402vid.com. Price: free per call (x402, Base eip155:8453). Best for: high-frequency pulls: unlimited transcripts, $0.00, no wallet.

Copy-paste request


curl -s -X POST https://x402vid.com/tools/transcript_text \
  -H 'Content-Type: application/json' \
  -d '{"video_url": "https://www.youtube.com/watch?v=VIDEO_ID"}'

Returns 200 directly — no payment header, no wallet. Graduate anytime: paid calls start at $0.01 (search_and_rank_videos).

Response shape (deterministic JSON)

Returns plain-text captions with timestamps. Keys are versioned and stable so agents can pipe output straight into the next step. Error payloads return error JSON — nothing to settle, calls are free.

Pipeline pairing

Cheapest path first: prove value with video_preview (free) and this endpoint, then graduate upward in the same session. Documented bundles: TopicDesk research ~$0.13, ShortsLab ~$0.07, RivalWatch ~$0.40, LaunchPad ~$1.50. Full machine spec: /skill-packs.json.

Try free first

Key Takeaways


*Provenance: x402vid notes • Canonical: https://x402vid.com/blogs/2026-09-15-transcript-text-pipeline • Raw: https://x402vid.com/raw/2026-09-15-transcript-text-pipeline.md*