Create a new file.
CreateOrgFileSchema
File to be uploaded. It can be a file object, a base64 encoded string, or a file data object containing base64 data, name, and type.
URL of the file to be uploaded
"https://example.com/files/document.pdf"
The allowed mime types for the file field (e.g. image/*, application/pdf)
255255Whether the file is private or public, private files URLs are signed with a token and can be accessed temporarily
PUBLIC, PRIVATE "PRIVATE"
Detailed information about a file
Unique identifier for the file
Path to the file in the storage system
2048Name of the file
255"document.pdf"
Size of the file in bytes
1024
MIME type of the file
255"application/pdf"
URL to access the file
2048Timestamp when the file was created