Release note
NewAPI bulk actions
Due to popular demand, we have created several new API bulk calls. The calls allow users to perform an operation on up to 100 files within a single API call, while using only one API rate limit. This results in significantly faster completion of operations involving a big number of files.
Currently we have bulk calls implemented for the following operations:
- bulk imports from a volume
- bulk exports to a volume
- bulk get file details (stat files)
- bulk delete files
- bulk edit files
The calls have also been implemented in our Python client, with Java and R client implementation coming up in the near future.