RESTful API for medical imaging streaming and records management. Version 2.4.1
All API requests require a Bearer token in the Authorization header. API keys are available in your dashboard.
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 for authentication |
Content-Type REQUIRED | string | application/dicom+stream or application/octet-stream |
X-Request-Id | string | Unique request identifier (UUID v4). Auto-generated if omitted. |
X-Stream-Id | string | Session identifier for multi-part streaming. Required for resumable uploads. |
X-Chunk-Seq | integer | Chunk sequence number for ordered reassembly (0-indexed). |
Binary DICOM data or multipart stream. Maximum 4 GB per request. For larger studies, use chunked streaming with X-Stream-Id and X-Chunk-Seq headers.
Stream patient records and imaging history. Returns structured data in FHIR R4 format with embedded references to DICOM studies. Supports real-time event streaming via Server-Sent Events.
| Name | Type | Description |
|---|---|---|
Authorization REQUIRED | string | Bearer token for authentication |
X-Record-Id | string | Unique record request identifier (UUID v4) |
X-Record-Stream | string | Session identifier for persistent record streaming |
X-Record-Seq | integer | Sequence number for ordered record chunks |
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, and storage location.
Permanently delete a study and all associated series/instances. This action is irreversible and triggers an audit log entry. Requires admin-level API key.
| Plan | Requests/min | Streaming bandwidth | Max study size |
|---|---|---|---|
| Developer | 60 | 10 Mbps | 500 MB |
| Professional | 600 | 100 Mbps | 4 GB |
| Enterprise | Unlimited | Unlimited | Unlimited |