AcqStore Server¶
AcqStore Server is a small local app: a status window plus an HTTP API that opens scientific image files with AcqStore and serves metadata and image planes to thin clients (browser pages, custom JavaScript, and the built-in demo).
This site covers:
- using the packaged desktop app and its status window
- the built-in demo page at
/demo/v2/ - building your own HTML/JavaScript client against API v2
While the app is running, the live API contract is at http://127.0.0.1:8767/docs (Swagger) and http://127.0.0.1:8767/openapi.json.
Start here¶
- Get the desktop app — request and run the packaged app
- Status window — what the five buttons do
- Built-in demo — open a file and view images
- Build a client — first JavaScript / LLM path
- Cursor prompt — copy-paste prompt for an agent
Optional detail lives under Reference (details). Python module docs are under API.