curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Video.Conversion/api/v1/Video/upload \
--header 'Content-Type: multipart/form-data' \
--form 'ContentType=<string>' \
--form 'ContentDisposition=<string>' \
--form 'Headers=[
"<any>"
]' \
--form Length=123 \
--form 'Name=<string>' \
--form 'FileName=<string>'
{
"ContentItemId": "<string>",
"Time": "2023-11-07T05:31:56Z",
"Hash": "aSDinaTvuI8gbWludGxpZnk="
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Video.Conversion/api/v1/Video/upload \
--header 'Content-Type: multipart/form-data' \
--form 'ContentType=<string>' \
--form 'ContentDisposition=<string>' \
--form 'Headers=[
"<any>"
]' \
--form Length=123 \
--form 'Name=<string>' \
--form 'FileName=<string>'
{
"ContentItemId": "<string>",
"Time": "2023-11-07T05:31:56Z",
"Hash": "aSDinaTvuI8gbWludGxpZnk="
}
The response is of type object
.