Endpoint
Path parameters
Path to the file or folder relative to the storage root. Use the
id from List Storage.photo.jpg · photos/portrait.jpg · photosBody parameters
Path to the destination folder, relative to the storage root. Omit or leave empty to move to the root.
archive · photos/2024Response
true if the move succeeded.The new full path of the file or folder.
200 success · 400 already in that folder · 404 not found · 500 error
There is no bulk/batch move endpoint. To move multiple items, call this endpoint once per file or folder.
Example
Related
Copy File
Duplicate a file into a different folder.
List Folders
Get every folder path, useful for building a “Move to” picker.