Skip to content
Get started

Document Summaries

List all document summaries
get/document-summaries
Get a document summary by ID
get/document-summaries/{id}
Update a document summary
put/document-summaries/{id}
Download document summary as PDF
get/document-summaries/{id}/download
ModelsExpand Collapse
DocumentSummary = object { id, created_at, display_name, 6 more }
id: string

Unique identifier for the document summary

created_at: string

Timestamp when the summary was created

formatdate-time
display_name: string

Display name for the summary

document_id: string

ID of the document this summary belongs to

household_id: string

ID of the household this summary belongs to

summary: string

The summary text content

updated_at: string

Timestamp when the summary was last updated

formatdate-time
entry_mode: optional DocumentSummaryEntryMode

Indicates if the summary was AI-generated or user-entered

Accepts one of the following:
"AI_AUTO"
"USER"
summary_format: optional DocumentSummaryFormat

Format of the summary content

Accepts one of the following:
"MARKDOWN"
"PLAIN_TEXT"
DocumentSummaryEntryMode = "AI_AUTO" or "USER"

Indicates if the summary was AI-generated or user-entered

Accepts one of the following:
"AI_AUTO"
"USER"
DocumentSummaryFormat = "MARKDOWN" or "PLAIN_TEXT"

Format of the summary content

Accepts one of the following:
"MARKDOWN"
"PLAIN_TEXT"