Digital Asset Management (DAM)
Managing assets
Copy file
This will copy a file from one folder to another.
Note: If any file at the destination has the same name as the source file, then the source file and its versions (if includeFileVersions is set to true) will be appended to the destination file version history.
post/v1/files/copy
Request body
Example request
{
"sourceFilePath": "/path/to/file.jpg",
"destinationPath": "/folder/to/copy/into/"
}Response
File copied successfully.
object required