Authentication
All endpoints require an API key passed in theX-API-Key header.
Endpoints
Each endpoint records one part of a MedLog record:The event model
Every event extends a sharedBaseEvent and adds an event-specific payload. The base fields carry
identity and linkage:
The first event (
inference-start) additionally carries the model instance, user and target identities,
and inputs. Later events carry a single typed payload — an artifact, output, outcome, or
feedback object. See the record fields for the conceptual model
behind these payloads.
Responses
Error responses return an
Error object with a message, and optionally a code and details.