You can make a file available to the safe location using the following POST:
<ACCESS_URL>/api/v2/FileMgmt/MakeUploadAvailable
The following example request makes the file named abc available to the safe location.
{
"Filename" : "abc"
}
The response contains a Boolean value indicating that the file was made available.
{
"value": true
}
You must supply the JSON representation of the file that was previously uploaded.
This is the Uploadid obtained from the Upload API.