Two recap videos. Two endpoints per video — pick what your fetcher supports.
Build v5 · /vfull always-200 endpoint · 2026-05-05
Two endpoint variants per video:
/vfull/<file> — strips any incoming Range header, returns 200 OK with the full body./v/<file> — supports Range, returns 206 Partial Content for ranged requests; 200 otherwise.If you choke on 206, use /vfull/. If you can stream, prefer /v/ for seek support.