Move file
Move a stored upload to a new account-relative path.
← All Files endpoints · Capability overview
POST
/v1/files/move-filehttps://api.vee3.io/v1/files/move-file
Move a stored upload to a new account-relative path.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
files.move_fileParameters2 fields
source_file_namestringRequiredCurrent relative file name or path. Use files.list_uploaded_files to see available names.
max length 255
destination_file_namestringRequiredNew relative file name or path. Must not already exist in account storage.
max length 255
Response2 fields
source_file_namestringPrevious file name.
destination_file_namestringNew file name after the move.
HTTP errors: unauthorized, payment_required, validation_error, uploaded_file_not_found, uploaded_file_name_in_use