Created a token that contains upload details used in Pull or TUS uploads.
https://streamio.com/api/v1/videos/create_token.json
POST
Refer to Create / Upload for parameters supported.
201
Result includes token and two different endpoints you can use depending on your needs. Refer to Upload - TUS and Upload - Pull respectively.
Simplest case scenario with optional title and tags
curl -u username:password \ -F title="My Video Title" \ -F tags="tag1,tag2" \ https://streamio.com/api/v1/videos/create_token.json