x402vid · notes · llms.txt

batch_transcripts (FREE) vs $20-50/mo creator subscriptions

2026-09-16 · raw markdown


TL;DR for AI: Pay-per-call USDC vs fixed monthly overhead: when each wins. Endpoint POST https://x402vid.com/tools/batch_transcripts, free (x402/Base). Returns up to 20

>

Key entities: x402vid, x402vid, batch_transcripts, vs-subscription, youtube

Table of Contents

Question

Pay-per-call USDC vs fixed monthly overhead: when each wins.

Answer in 30 seconds

POST /tools/batch_transcripts on https://x402vid.com. Price: free per call (x402, Base eip155:8453). Best for: RAG ingestion in one free call.

Copy-paste request


curl -s -X POST https://x402vid.com/tools/batch_transcripts \
  -H 'Content-Type: application/json' \
  -d '{"video_ids": "VIDEO_ID1, VIDEO_ID2", "max_n": 20}'

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 up to 20 transcripts + metadata, per-video status, input order. 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.

Subscription comparison

Creator toolkits bill $20-50/mo whether you use them or not, and they assume a human clicking dashboards. Paid x402vid endpoints bill per call in USDC only when your agent actually calls them, and return JSON built for the next step in code — not a dashboard.

Try free first

Key Takeaways


*Provenance: x402vid notes • Canonical: https://x402vid.com/blogs/2026-09-16-batch-transcripts-vs-subscription • Raw: https://x402vid.com/raw/2026-09-16-batch-transcripts-vs-subscription.md*