Video API
Last updated: January 8, 2026
Video Processing
The Weekerp Video API lets you reliably serve videos through the Weekerp CDN without building a custom API. All processing is performed on request, and the transformed result is cached at the CDN edge on the first request. Subsequent identical requests are served directly from cache.
When you request a cached video again with the same parameters, the already-transformed cached video is returned immediately for a low-latency response.
For more details, see the Caching documentation.
Basic request format
https://cdn.weekerp.com/video/{source}/{path/to/video}.{ext}?{options}Roadmap / Feature requests
Request new features here: Request a Feature
Last updated