Upload a file to the storage system, max: 4GB with timeout is 5 hours
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://streampeg.com/api/uploadFile' \
--header 'X-Auth-Token;' \
--form 'file=@""'
Responses
application/json {
"error": true,
"msg": "string",
"data": "string"
}
Modified at 2024-08-07 06:02:46