Docs
API
Data Types
ImageBlock

ImageBlock

FieldTypeDescription
altstringThe alternative text of the image.
blobBlobA base64 encoded string of the image.
createdAtDateThe date the image file was created.
extstringThe extension of the file.
heightnumberThe height of the original image file in pixels.
mimeTypestringThe MIME type of the file.
modifiedAtDateThe date the image file was last modified.
ordernumberThe order of the image block in a document.
originalNamestringThe original name of the file.
pathArray<string>The path to the file in the source.
pathStringstringThe path to the file in the source as a string.
remoteIdstringThe unique identifier in the source.
sizenumberThe size of the file in bytes.
sourceIdstringThe source identifier.
titlestringThe title of the image.
urlstringDirect access URL.
widthnumberThe width of the original image file in pixels.
documentArray<GoogleDoc | GoogleCalendarEvent | TextDocument | DiscordMessage>The document this image block belongs to.