Skip to main content
BlueAI
Home/Cloud/Overview

Cloud Reference

Cloud domain API for managing and sharing files and folders

|
Folders

Create, update, list, and delete folders.

  • GET/api/v1/cloud/foldersList folders
  • POST/api/v1/cloud/foldersCreate a folder
  • GET/api/v1/cloud/folders/{id}Get a folder
  • PATCH/api/v1/cloud/folders/{id}Update a folder
  • DELETE/api/v1/cloud/folders/{id}Delete a folder
Files

List, move, and delete files.

  • GET/api/v1/cloud/filesList files
  • POST/api/v1/cloud/files/{id}/moveMove a file
  • DELETE/api/v1/cloud/files/{id}Delete a file
Audit Logs

View change history of cloud data.

  • GET/api/v1/cloud/audit-logsList audit logs