Chicago LSM HTTP RESTful WebServices Interface
Chicago Laser Scanning Microscope (CLSM) provides a RESTful web interface so that the clients and develop their own higher level application. Below are the description and explanation of basic API for general operation. (If you have the executable running on your computer, you can click the link to directly access some of the API call via browser.) { "HostExecutable": { "FileVersion": "25.11.15.2155", "ProductName": "CLSM with RESTful Interface", "InternalName": "CLSM", "CompanyName": "SpecialtyCircuits LLC", "LegalCopyright": "(C) 2014-2025 SpecialtyCircuits LLC", "FileDescription": "CLSM - AppWebServer" }, "Controller": { "SN": "SN:210018BB6E2A", "Model": "Analog Discovery Pro 3450", "DriverVersion": "3.24.64" } } http://localhost:38080/scclsm/get-image-param (GET) get-image-param returns the…
Read more