curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Video.Conversion/api/v1/Video/Conversion \
--header 'Content-Type: application/json' \
--data '{
"ContentFileId": "<string>",
"Data": "<any>"
}'
{
"ContentFileId": "<string>"
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Video.Conversion/api/v1/Video/Conversion \
--header 'Content-Type: application/json' \
--data '{
"ContentFileId": "<string>",
"Data": "<any>"
}'
{
"ContentFileId": "<string>"
}
The response is of type object
.