POST
/
api
/
v1
/
Video
/
Conversion
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>"
}

Body

application/json

Response

200 - application/json

The response is of type object.