Upstream file via stream auth
Upstream data to a separate webserver
Request
Upstream authentication token as a query parameter.
Body Params application/octet-stream
Responses
application/json
Upload status for each chunk of the file.
array of:
The total size of the stream being uploaded.
The number of bytes received for this chunk.
The name associated with the upload.
The context or filename associated with the upload.
started
string <date-time>
optionalThe start time of the upload.
current
string <date-time>
optionalThe current time or the time when this chunk was received.
The difference in time or progress from the previous chunk.
[
{
"chunk": 0,
"streamSize": 0,
"received": 0,
"name": "string",
"context": "string",
"started": "2019-08-24T14:15:22Z",
"current": "2019-08-24T14:15:22Z",
"delta": 0
}
]
Modified at 2025-03-06 13:01:35