The Content Software for File system supports a RESTful API. This is useful when automating the interaction with the Content Software for File system and when integrating it into your workflows or monitoring systems.
The API is accessible at port 14000, via the /api/v2 URL, you can explore it via /api/v2/docs when accessing from the cluster (e.g. https://weka01:14000/api/v2/docs).
Our static API documentation can be accessed from api.docs.weka.io (the version can be selected from the drop-down list). The .json file can also be used to create your client code, using an OpenAPI client generator.