RESTful API for medical imaging streaming and records management. Version 2.4.1
All API requests require a Bearer token in the Authorization header.
Stream DICOM imaging data to the PrizMed processing pipeline. Supports real-time bi-directional streaming for large studies. Uses chunked transfer encoding for optimal throughput.
| Name | Type | Description |
|---|---|---|
Authorization REQUIRED | string | Bearer token |
Content-Type REQUIRED | string | application/dicom+stream or application/octet-stream |
X-Request-Id | string | Unique request identifier (UUID v4) |
X-Stream-Id | string | Session identifier for multi-part streaming |
X-Chunk-Seq | integer | Chunk sequence number (0-indexed) |
Stream patient records and imaging history. Returns structured data in FHIR R4 format with embedded references to DICOM studies. Supports Server-Sent Events.
| Name | Type | Description |
|---|---|---|
Authorization REQUIRED | string | Bearer token |
X-Record-Id | string | Unique record request identifier (UUID v4) |
X-Record-Stream | string | Session identifier for persistent streaming |
Retrieve metadata for a specific imaging study by its DICOM Study Instance UID.
List all series within a study. Returns modality, series description, number of instances.
Permanently delete a study and all associated data. Requires admin-level API key.
| Plan | Requests/min | Bandwidth | Max study |
|---|---|---|---|
| Developer | 60 | 10 Mbps | 500 MB |
| Professional | 600 | 100 Mbps | 4 GB |
| Enterprise | Unlimited | Unlimited | Unlimited |