File Content

A json-friendly representation of a file's type, length, and content.

fileContent Object

PropertyData type (length)Description
contentstringbase64-encoded representation of the raw bytes of the file. Is a continuous single line of bytes; does not contain any line breaks.
contentLengthlong integer (64-bit integer)The number of the bytes represented in the content property after it has been base64-decoded.
contentTypestringThe MIME type of content in the file. e.g., application/pdf