Upload a video

https://upload.a.video

Video upload from the browser using the delegated token and the file slice API - allows for easy upload of even the largest videos - right from the browser!

This simple webpage just uploads a video. Simply replace the token in the url with your own token, and use this webpage to add videos to your api.video account.

This app has had several iterations - this being the most basic.

  • We have implemented better token handling in privatelyupload.a.video
  • There is a JavaScript upload library offered by api.video that makes the uplaod even easier (and handles retries, etc.) upload.a.video/JS.html
  • This demo shows the playback URL immediately - even though the video has not yet been encoded. upload.a.video/webhook uses our webhook function to wait until the video is encoded to the quality desired before showing the URL.