Changelog
API version history and the integration roadmap.
v1 (July 2026)
Initial release of the Vendor API at https://api.vitalview.ai/v1.
- API-key authentication (
X-API-Key), organization-scoped access POST /studies: create a study and receive presigned DICOM upload URLsPOST /studies/{id}/process: implicit series detection and GPU dispatchGET /studies,GET /studies/{id}: study list and per-stage statusGET /studies/{id}/report: draft report markdown plus PDF URLGET /studies/{id}/findings: structured findings with anatomy and evidenceGET /studies/{id}/images: key images with overlay and mask variants- OpenAPI reference at api.vitalview.ai/v1/docs
Roadmap
Planned for future releases, in rough order:
- Completion webhooks: push notification to your callback URL when a study completes, replacing polling
- Multipart uploads through /v1 for very large single files
- Signed image URLs with configurable expiry
- Scoped keys: read-only keys for viewer integrations
- Cursor pagination on
GET /studies - HL7 FHIR: DiagnosticReport and ImagingStudy resource mapping
- Usage export: per-study metering reports for reconciliation
Integration feedback shapes this list. Write to we@vitalview.ai.