Streamio API Documentation

Videos - Upload using TUS

Uses a token generated from Upload > 4GB and the TUS protocol to upload very large files. Requires a TUS compatible implementation at the client end. See https://tus.io/ for more information.

Request

Url

https://www.streamio.com/api/v1/videos/tus

Request Method

Recommended is to use a ready-made library for your language / platform. A list of various client libraries can be found here

Examples

A simple NodeJS upload example using tus-js-client ^2.3.0