Generate structured session knowledge
Synthesises typed, structured knowledge from a session — decisions, action items, tensions, and atomic claims — each backed by the message IDs it was drawn from. When the session has grounding enabled, pre-extracted verbatim quotes are resolved to their source messages and woven in as provenance.
The session must already have a summary (call POST /sessions/{id}/summary
first). The generated knowledge is persisted on the session and returned.
Requires editor access.
Pro feature. This exposes the structured-knowledge data layer — there is no results-page UI for it yet.
Authorizations
API key authentication. Pass your key as a Bearer token.
Keys use the format hm_live_<32 hex chars>.
Generate keys from your Harmonica dashboard settings.
Path Parameters
Session ID