AcqStore Server¶
AcqStore Server is a small local HTTP service that uses AcqStore to open scientific image acquisitions and expose metadata and image planes to thin clients (browser demos, custom JavaScript/Python clients, and a native status UI).
API v2 is the current client target. API v1 remains available for existing integrations.
Start here¶
- Getting Started — install, run, and local URLs
- Client Roadmap — first client workflow for API v2
- API Reference — detailed v2 contract
- JavaScript Client
- Python Client
- Demo
Archived API v1 documentation lives under API v1.
Local-only networking¶
The server binds to loopback by default (127.0.0.1:8767) and refuses non-loopback hosts unless you change the bind policy in code. It is intended for local clients on the same machine, not remote network access.
Repository status¶
This project is under private / development use. Documentation in this site is for local browsing and CI build validation; it is not a published public documentation deployment.