Generate Note Document
Generate a note document based on a template.
- Blocks until document generation is complete (synchronous)
- Requires
UPDATE_CONTENTpermission on the note - User must own the template or have team access
See Template Based Documents for more details.
인증
API key in format {id}.{secret}
경로 매개변수
Note GUID
쿼리 매개변수
Content format for generated sections
text/plain, text/markdown 본문
응답
Document generated successfully
A structured multi-section document (e.g., meeting minutes, action items) generated from a NoteDocumentTemplate. Unlike NoteSummary, it is divided into predefined sections. See Data Model.
Document ID
456
The GUID of the note this document belongs to
"note-abc123-def456"
Note reference with minimal information
Summary information of a note document template
Supported language locale
ko_KR, en_US, de_DE, ja_JP, es_ES, fr_FR, id_ID, vi_VN, tr_TR, uk_UA, ru_RU, hi_IN, it_IT, zh_CN, ms_MY, th_TH, sv_SE "ko_KR"
Array of document sections
Document creation timestamp
"2025-10-20T12:35:26Z"
Document last update timestamp
"2025-10-20T13:45:30Z"
true when the document was emitted as part of a deep-search
response and its combined section text exceeded the search budget
(5,000 chars). Plain document fetches always emit false.