Upload a File
Uploads a file to your library. The file must be 5 MB or smaller.
Authorizations
Your Moonbase API key.
Body
The file content and optional metadata to upload.
Parameters for uploading a File object.
The raw file content to upload in a multipart/form-data request. Must be 5 MB or smaller.
5242880The display name of the file.
Link the File to Moonbase items like a person, organization, deal, task, or an item in a custom collection.
Response
Upload succeeded.
The File object represents a file that has been uploaded to your library.
String representing the object’s type. Always file for this object.
"file"Unique identifier for the object.
The display name of the file.
The original filename of the uploaded file.
The size of the file in bytes.
A temporary, signed URL to download the file content. The URL expires after one hour.
A list of items this file is associated with.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.

