📦 Storage API and web-interface update
2025-05-27

Released new versions of the API and web interface for working with storage content.
Main API changes:
- The API is now able to handle more requests — their number is no longer limited by the limits of the general API.
- Reduced the number of endpoints — previously separate endpoints were used for each operation, now several common endpoints are used: for authorization, for working with directories, files, public links.
- The type of operation is determined by the HTTP method when accessing the endpoint: PUT, GET, HEAD, POST, DELETE.
- Requests now need to pass fewer parameters.
- The validity period of an authorized user token has been increased from 1 to 3 hours.
- Added the ability to deactivate a token, check if a file or directory exists, and get information about a public link.
- Each request now returns headers with additional information about the storage, the storage user, and the object (file or directory).
The web interface has been completely reworked — it now uses a new API and works much faster.
Detailed documentation for the new API and updated collections for Postman are available in our wiki.
The old version of the API will work in parallel with the new one for some time, but soon its support will be terminated and it will be removed. It is recommended to migrate all workflows to use the new API version in advance.