Get file summary
GET /file-summaries/{fileId}
Retrieve the summary for a file. Summaries are pre-computed during file processing or generated just-in-time.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier of the file to get summary for
Unique identifier of the file to get summary for
Responses
Section titled “ Responses ”File summary found
object
Unique identifier for the file summary record
ID of the file this summary belongs to
High-level description of the document’s contents
Document type classification (e.g., ‘financial_report’, ‘contract’)
Number of pages in the document
Sections within the document with headings and summaries
object
Section heading or title
Brief summary of this section’s content
Named entities extracted from the document
object
Entity name as it appears in the document
Entity type (e.g., ‘person’, ‘organization’, ‘date’)
How the summary was generated
When the summary was created
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions
object
Not Found - Resource does not exist