Folder Management APIs

We’re excited to introduce the new Folder Management API functionality, a significant enhancement to data organization for managing simulation files.

Previously, Rescale’s file management used a single-level structure, but as users’ data dependencies have grown, they need better tools to customize their files structures. To address this, Rescale now supports organizing files into a hierarchical structure and these new API endpoints make it easier than ever to manage, access, and scale data efficiently.

Key Features:

  • Upload Files to Library Folders: The File Upload API now supports specifying a Library folder to upload files directly to the specified folder.
  • List Root Folders: Retrieve a list of all root folders for your user.
  • Create a Folder: Create a new folder within a specified parent folder.
  • Delete a Folder: Delete a specified folder and its contents.
  • Get Folder Ancestry: Retrieve the ancestry of a specified folder.
  • Get Folder Contents: Retrieve the contents of a specified folder.

Use Cases:

  1. Uploading Files: Automate file uploads to specific folders.
  2. Managing Folders: Create, delete, and organize folders programmatically.
  3. Improved Organization: Organize and structure your files and folders to meet your needs.
  4. Easy File Access: Quickly retrieve and manage folder contents by understanding folder hierarchy.

Learn more about Folder APIs in our API documentation.

image 158