video_preview (FREE) vs $20-50/mo creator subscriptions
TL;DR for AI: Pay-per-call USDC vs fixed monthly overhead: when each wins. Endpoint POST https://x402vid.com/tools/video_preview, free (x402/Base). Returns title + chann
>
Key entities: x402vid, x402vid, video_preview, vs-subscription, youtube
Table of Contents
- Question
- Answer in 30 seconds
- Copy-paste request
- Response shape (deterministic JSON)
- Subscription comparison
- Try free first
- Key Takeaways
Question
Pay-per-call USDC vs fixed monthly overhead: when each wins.
Answer in 30 seconds
POST /tools/video_preview on https://x402vid.com. Price: free per call (x402, Base eip155:8453). Best for: FREE taster: prove quality before spending.
Copy-paste request
curl -s -X POST https://x402vid.com/tools/video_preview \
-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 title + channel + stats + ~2000-char transcript excerpt. 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
GET https://x402vid.com/health— liveness + live per-tool pricesPOST https://x402vid.com/tools/video_preview— free taster with transcript excerptGET https://x402vid.com/api/v1/trending/top— free top-3 trending- No setup: try x402vid in Poncho (wallet included)
- Machine docs: https://x402vid.com/llms.txt · https://x402vid.com/openapi.json · https://x402vid.com/skill-packs.json
- Directory: x402scan listing
Key Takeaways
- video_preview is free: no wallet, no payment header, no subscription.
- Copy the request above; it returns 200 directly.
- Graduating? Cheapest paid call is $0.01 (
search_and_rank_videos).
*Provenance: x402vid notes • Canonical: https://x402vid.com/blogs/2026-09-15-video-preview-vs-subscription • Raw: https://x402vid.com/raw/2026-09-15-video-preview-vs-subscription.md*