Basic video uploads
For files smaller than 200 MB, you can use simple form-based uploads.
- Log in to the Cloudflare dashboard ↗.
- From the navigation menu, select Stream.
- On the Overview page, drag and drop your video into the Quick upload area. You can also click to browse for the file on your machine.
After the video finishes uploading, the video appears in the list.
Make a POST
request with the content-type
header set to multipart/form-data
and include the media as an input with the name set to file
.