ScanopyScanopy
Daemons

Download the Windows daemon MSI

Proxies the Windows daemon MSI from GitHub so the browser can save it under a caller-chosen filename. Cached for an hour to avoid refetching from GitHub on every request.

GET
/api/install/windows-msi

Response Body

application/octet-stream

application/json

curl -X GET "https://example.com/api/install/windows-msi"
[
  0
]
{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.14"
  },
  "success": true,
  "code": "string",
  "error": "string",
  "params": {
    "property1": null,
    "property2": null
  }
}