Skip to main content

File Data

Contains file metadata and binary content information

filenamestring

Name of the file

Example: document.pdf
bytecodestring<byte>
contentType object

Media type/content type of the file

typestring
subtypestring
parameters object
property name*string
qualityValuenumber<double>
charsetstring
concreteboolean
wildcardSubtypeboolean
wildcardTypeboolean
subtypeSuffixstring
File Data
{
"filename": "document.pdf",
"bytecode": "string",
"contentType": "application/pdf"
}