• Rename File – Rename an existing file without changing its location. Use this API when you want to update the display name of a file while keeping the same file ID,…
  • Get File – Fetch the details of a specific file using its file ID. Use this API to retrieve file metadata and confirm that the file exists in the selected storage…
  • Get Upload Sessions – Create an upload session for one or more files before uploading them to any storage. This API returns the upload URLs and identifiers required to…
  • Upload and Commit File – Upload a file to an external library and commits it after an upload session is created. This API takes the upload URL from ‘Get Upload Sessions’ as input.
  • Download File – Download a file stored in any library using its file ID. This API allows applications to retrieve files securely via authenticated requests.
  • Upload CloudFiles File – Upload a file to the CloudFiles library using the upload URL returned from the upload session. This step transfers the actual file to CloudFiles library.
  • Commit CloudFiles File – Finalize a previously uploaded file from the ‘Upload CloudFiles File’ API.
  • Delete File – Delete a file from any library using its file ID. Use this API when you need to remove files programmatically as part of cleanup, lifecycle management,…
  • Move File – Move an existing file from one folder to another within the same library. The request requires the file ID and the destination folder ID.