Path Parameters
Body
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
Example:
"https://example.com/files/document.pdf"
The allowed mime types for the file field (e.g. image/*, application/pdf)
Maximum length:
255
Whether the file is private or public, private files URLs are signed with a token and can be accessed temporarily
Available options:
PUBLIC
, PRIVATE
Example:
"PRIVATE"
Response
200 - application/json
Detailed information about a file
Unique identifier for the file
Path to the file in the storage system
Maximum length:
2048
Name of the file
Maximum length:
255
Example:
"document.pdf"
Size of the file in bytes
Example:
1024
MIME type of the file
Maximum length:
255
Example:
"application/pdf"
URL to access the file
Maximum length:
2048
Timestamp when the file was created