Skip to main content
POST
Record the beginning of an inference run

Authorizations

X-API-Key
string
header
required

Provide a valid API key via the X-API-Key header.

Body

application/json
event_id
string<uuid>
required

Unique ID for this event

timestamp
string<date-time>
required
medlog_version
string
required
Example:

"1.0"

system_metadata
object
required
model_instance
object
required
user_identity
object
required
target_identity
object
required
inputs
object
required
run_id
string<uuid>

Constant across all events in the same inference run

parent_event_id
string<uuid> | null

ID of the event this one expands on (if any)

Response

Event accepted