Skip to content

Other API Methods

Request: POST /control/

{
"cmd": "version"
}

Request: POST /control/

{
"cmd": "restart"
}

Request: POST /control/

{
"cmd": "load"
}

In the response will be whole configuration file.

Request: POST /control/

{
"cmd": "upload"
"config": {}
}
  • config - whole configuration file

Request: POST /control/

{
"cmd": "set-license",
"license": "xxx"
}
  • license - license serial number

Request: POST /control/

{
"cmd": "set-stream-image",
"id": "a001",
"url": "http://..."
}
  • id - stream identifier
  • url - image address, as well could be used data-format, for example: data:image/png;base64,...

This method used in the script to set screenshots for stream tiles. Read more in Channel Screenshots on Dashboard