Docs
API
Data Types
TextDocument

TextDocument

FieldTypeDescription
authorsstringThe authors extracted from the document.
createdAtDateThe date the document was created.
descriptionstringThe description extracted from the document.
extstringThe extension of the file.
htmlstringDocument's content in HTML format.
mimeTypestringThe MIME type of the file.
modifiedAtDateThe date the document was last modified.
originalNamestringThe original name of the file.
pathArray<string>The path to the file in the source.
pathStringstringThe path to the file in the source.
propertiesstringDocument's properties in JSON format.
remoteIdstringThe unique identifier in the source.
sourceIdstringThe source identifier.
subtitlestringThe subtitle extracted from the document.
tagsArray<string>The tags extracted from the document.
textstringDocument's text content.
titlestringThe title extracted from the document.
tocstringThe table of contents extracted from the document in JSON format.
autoSummarystringA summary automatically generated from the document's content.
autoKeywordsArray<string>Keywords automatically extracted from the document's content.
autoEntitiesArray<string>Entities automatically extracted from the document's content.
autoTopicsArray<string>Topics automatically extracted from the document.
blocksArray<ImageBlock | TextBlock>The content blocks of the document.