Skip to content

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

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.