Platform Configuration

Configuring the BrainEngine Platform

Set System Defaults

Open your browser and make a call to the following endpoint to set the default value for the following parameters:

  • VBLAZE_URL - The location of the VBLAZE server.

  • NLP_ENGINE - The engine to use, i.e. Synapse, AWS or AZURE. For demo accounts use AWS.

  • API_KEY - The API Key if using AWS.

  • SECRET - The Secret Key if using AWS.

  • TOKEN - The Authentication Token if using Azure.

Sets environment parameter

post
Query parameters
namestringOptional

Name of the system parameter to set

valuestringOptional

Value of the parameter

Responses
200
Parameter set successfully
post
POST /system/set-parameter HTTP/1.1
Host: 
Accept: */*

No content

Last updated