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 Keyif using AWS.SECRET - The
Secret Keyif using AWS.TOKEN - The
Authentication Tokenif using Azure.
Query parameters
namestringOptional
Name of the system parameter to set
valuestringOptional
Value of the parameter
Responses
200
Parameter set successfully
No content
404
Unable to set system parameter
500
Internal server error
post
/system/set-parameterPOST /system/set-parameter HTTP/1.1
Host: 
Accept: */*
No content
Last updated