TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

operations

Name Resource Description
Add favorite files and folders POST api/2.0/files/favorites Adds files and folders with the IDs specified in the request to the favorite list.
Bulk download PUT api/2.0/files/fileops/bulkdownload Starts the download process of files and folders with the IDs specified in the request.
Check files and folders for conflicts GET api/2.0/files/fileops/move Checks a batch of files and folders for conflicts when moving or copying them to the folder with the ID specified in the request.
Chunked upload POST api/2.0/files/{folderId}/upload/create_session Creates a session to upload large files in multiple chunks to the folder with the ID specified in the request.
Copy to a folder PUT api/2.0/files/fileops/copy Copies all the selected files and folders to the folder with the ID specified in the request.
Delete favorite files and folders DELETE api/2.0/files/favorites Removes files and folders with the IDs specified in the request from the favorite list.
Delete files and folders PUT api/2.0/files/fileops/delete Deletes the files and folders with the IDs specified in the request.
Empty the "Trash" folder PUT api/2.0/files/fileops/emptytrash Deletes all the files and folders from the "Trash" folder.
Finish active operations PUT api/2.0/files/fileops/terminate Finishes all the active operations.
Get active operations GET api/2.0/files/fileops Returns a list of all the active operations.
Get conversion status GET api/2.0/files/file/{fileId}/checkconversion Checks the conversion status of a file with the ID specified in the request.
Mark as read PUT api/2.0/files/fileops/markasread Marks the files and folders with the IDs specified in the request as read.
Move to a folder PUT api/2.0/files/fileops/move Moves all the selected files and folders to the folder with the ID specified in the request.
Search for files and folders GET api/2.0/files/@search/{query} Searches for files and folders by the query specified in the request.
Start file conversion PUT api/2.0/files/file/{fileId}/checkconversion Starts a conversion operation of a file with the ID specified in the request.