Skip to main content

BlueMind API

The BlueMind API is available either directly via HTTP REST calls, or using clients (currently Java, Javascript, C#, Python, PHP and .NET). The bluemind-samples repository is available and incorporates everything you need to contribute to BlueMind by developing an Add-On. A maven archetype is also available to facilitate the definition of a new project.

An interactive documentation of our REST API is embedded in the installer: this is the optional bm-docs package. Once installed, the REST API documentation will be accessible to users with the "API docs integration" role. This documentation is also published in the BlueMind Docs space.

API clients

Java generated client

See the dedicated page: Java Client

Python client

See the dedicated page: Python Client

PHP client

See the dedicated page: PHP Client

.Net client

The client can be downloaded at: https://pkg.bluemind.net/pkg/<BM tech version>/clients/

Technical version number

BlueMind's technical version number can be found on the BlueMind download page or in the section "About" of the user interface.

Examples of use

For more information and examples of use, see the following pages: