Skip to main content

Documentation Portal

TrendMiner API Console

The TrendMiner API console is a simple api client shipped with TrendMiner as a web page. This web page can be used to execute TrendMiner API calls to the different microservices.

To access the TrendMiner API console:

  • Log in in TrendMiner

    Tipp

    Users with the admin role will have more permissions to execute specific API calls than users without admin role.

  • Browse to https://<trendminer_url>/rest-api

    api_console.png

The first input field needs to contain the method: "GET", "PUT", "DELETE", "POST".

The second input field should contain the API endpoint. For example /trendhub/version

The third input field specifies the content type of the calls, in most cases "application/json"

The fourth input field is a multiline input and is only needed for "POST" and "PUT" calls. For POST and PUT calls this field contains the data to send along as input (in json format). For more details we refer to individual articles or the developer api documentation.

TH-version.png