Web API

The Strix Cloud server can call Strix processing by sending a JSON message via HTTP communication. It can mainly be used to link your own web server with Strix Cloud server.

When JSON is sent to https://<baseurl>/strix/handler, processing is performed, and the result is returned as JSON response.

This baseurl can be checked on the Web Console Information page.