Ambra Health
Ambra Health (now part of Intelerad Medical Systems, and rebranded as InteleShare) is a cloud-based medical image management, exchange, and interoperability platform - a cloud VNA and PACS that lets healthcare providers, patients, and researchers store, view, route, and share diagnostic imaging in real time without a VPN or CD. Its imaging data is DICOM, and its v3 Services Public API (historically the DICOM Grid API) exposes programmatic control over studies, patients, users, groups, accounts, namespaces, sharing, storage/images, and webhooks. The REST API is JSON over HTTPS and is authenticated with a session id (sid) obtained from /session/login. Intelerad acquired Ambra Health in 2021 to form a $1.7B cloud PACS and enterprise-imaging leader.
APIs
Ambra Health Session API
Authenticate against the Ambra Health / InteleShare v3 Services API. Log in with credentials to obtain a session id (sid), inspect the current user and their account permissions...
Ambra Health Studies API
The core imaging surface. Add, list (with filtering, sorting, and pagination), get, update, and delete DICOM studies; approve or reject pending studies; push studies to external...
Ambra Health Patients API
Manage patient records that studies attach to - add, get, update, delete, and list patients, list a patient's studies, and merge duplicate patient records into a single consolid...
Ambra Health Users API
Administer platform users - add, get, update, delete, and invite users, list the namespaces a user can reach, and manage user API tokens for programmatic access.
Ambra Health Groups API
Organize users into groups - a group is a namespace that owns studies and members. Create, list, update, and delete groups and add users to them to control who can access which ...
Ambra Health Accounts API
The top-level tenant. List and get accounts, update account settings and sharing configuration, and manage the users attached to an account - add, list, and remove account members.
Ambra Health Namespaces API
Namespaces (accounts and groups) are the containers that own studies and grant access. Read namespace permissions, settings, and info, and pull the namespace-level audit log to ...
Ambra Health Sharing API
Ambra's signature image-exchange capability. Share a study with other users, groups, or accounts, list the active shares on a study, revoke a share, and share saved filters - en...
Ambra Health Storage and Images API
The pixel-and-metadata layer. Load DICOM metadata into a study, list and get DICOM data, and create and list frame-level image annotations. The companion Storage API handles the...
Ambra Health Webhooks API
Register HTTP callbacks that Ambra invokes when platform events occur (such as study activity). List, add, update, and delete webhooks and inspect webhook events. Delivery is se...