Streamio API Documentation

Videos - Large uploads (>4GB)

Unfortunately HTTP uploads does not support straight uploads larger than 4GB so in order to upload very large videos through our API there are two other available options - using the TUS protocol or telling Streamio to pull/download the file from a publicly available URL.

First

Get token

See Create Token

Next

TUS

See Upload - TUS

Pull

See Upload - Pull