External engine
Create external engine
Registers a new external engine for the user. It can then be selected and used on the analysis board. After registering, the provider should start waiting for analyis requests.
post/api/external-engine
Request body
Example request
{
"name": "Stockfish 15",
"maxThreads": 8,
"maxHash": 2048,
"variants": [
"chess"
],
"providerSecret": "Dee3uwieZei9ahpaici9bee2yahsai0K"
}Response
The registered engine.
Example response
{
"variants": [
"chess"
]
}