API Reference — RU Region

Endpoints available on the RU-MSK-1 node. Version 2.3.1

Authentication

All requests require a Bearer token.

Authorization: Bearer pm_live_aBcDeFgHiJkLmNoPqRsTuVwXyZ

Records Sync API

POST/api/v2/records/sync

Synchronize patient records and imaging data between client and the PrizMed edge node. Supports bi-directional streaming with session management and sequence tracking.

Headers

NameTypeDescription
Authorization REQUIREDstringBearer token
X-Request-RefstringUnique request reference (UUID v4)
X-Sync-SessionstringSession identifier for persistent sync
X-Sync-SeqintegerSequence number for ordered delivery

Request Body

{
  "patient_id": "MRN-00842",
  "type": "imaging_sync",
  "region": "ru",
  "priority": "normal"
}

Response

{
  "status": "syncing",
  "sync_id": "syn_4kL9mN2xP7qR",
  "node": "ru-msk-1",
  "upstream": "eu-west-1",
  "latency_ms": 11
}
GET/api/v1/health

Health check endpoint. Returns node status, version, and region information.

{
  "status": "ok",
  "version": "2.3.1",
  "region": "ru-msk",
  "node": "api-ru"
}

Rate Limits

PlanRequests/minBandwidth
Developer6010 Mbps
Professional600100 Mbps
EnterpriseUnlimitedUnlimited

Primary API documentation: prizmed.com/docs/api.html