api reference

ru intake node / version 2.3.1

auth

Authorization: Bearer cr_live_xxx
POST/api/v2/records/sync

main relay endpoint for packet metadata and sync state.

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
{
  "bundle_id": "pkt_00842",
  "type": "discharge_packet",
  "region": "ru",
  "priority": "normal"
}
{
  "status": "syncing",
  "sync_id": "pkt_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"
}

limits

PlanRequests/minBandwidth
small6010 Mbps
normal600100 Mbps
customUnlimitedUnlimited

primary docs: toptechmrt.online/docs/api.html