curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Video.Conversion/api/v1/Video
{
"Duration": "<string>",
"Height": 123,
"Width": 123,
"FrameRate": 123,
"Rotation": 123
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Video.Conversion/api/v1/Video
{
"Duration": "<string>",
"Height": 123,
"Width": 123,
"FrameRate": 123,
"Rotation": 123
}
The response is of type object
.