Create a Smart Template
Register a Smart Template (medical record configuration). Idempotent on content hash: identical configurations for the same account return the existing id with created: false.
Authorizations
API key passed as a Bearer token
Body
Request body for registering a medical record configuration — a map of section key to section definition.
A single section in the medical record configuration.
Pairs an output schema with optional generation instructions.
Response
Successful Response
Response body for registering a medical record configuration.
Public ID of the medical record configuration.
"mrc_a1b2c3d4e5f6g7h8"
SHA-256 hash of the canonical configuration JSON.
"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08"
"2026-04-20T14:30:00Z"
True if a new configuration was created; False if a matching one already existed.
true