Upload with an delegated upload token

POST {{baseUrl}}/upload?token=<string>

Uploading a video with the delegated upload token.

Request Params

KeyDatatypeRequiredDescription
tokenstring(Required) The unique identifier for the token you want to use to upload a video.

Request Body

[{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"videoId", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-RangestringContent-Range represents the range of bytes that will be returned as a result of the request. Byte ranges are inclusive, meaning that bytes 0-999 represents the first 1000 bytes in a file or object.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;videoId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;publishedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;metadata&quot;:[{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;},{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}],&quot;source&quot;:{&quot;uri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;liveStream&quot;:{&quot;liveStreamId&quot;:&quot;\u003cstring\u003e&quot;,&quot;links&quot;:[{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;},{&quot;rel&quot;:&quot;\u003cstring\u003e&quot;,&quot;uri&quot;:&quot;\u003cstring\u003e&quot;}]}},&quot;assets&quot;:{&quot;hls&quot;:&quot;\u003curi\u003e&quot;,&quot;iframe&quot;:&quot;\u003cstring\u003e&quot;,&quot;player&quot;:&quot;\u003curi\u003e&quot;,&quot;thumbnail&quot;:&quot;\u003curi\u003e&quot;,&quot;mp4&quot;:&quot;\u003curi\u003e&quot;},&quot;playerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;public&quot;:&quot;\u003cboolean\u003e&quot;,&quot;panoramic&quot;:&quot;\u003cboolean\u003e&quot;,&quot;mp4Support&quot;:&quot;\u003cboolean\u003e&quot;}