Process Template
Sessions
Process Template
After a session ends, generate another document from it for the given template. Every template processed — via Create Session templates or this API — creates a document, listed in the session’s documents. The call is asynchronous: it returns 202 with a new document_id; fetch it with Get Session ?document_id=... or Get Document once its status is success.
POST
Process Template
After a session ends, generate another document from it for any
template_id. Returns 202 with a new document_id.
Every template processed creates a document — whether passed in Create Session
templates or via this API. All of them appear in List Session Documents, and each can be fetched with Get Session ?document_id=<id> or Get Document.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Session ID returned by Create Session
Example:
"ses_abc123def456"
Template ID to generate notes with (from List Templates)
Example:
"clinical_notes_template"

