Add an attachment to a draft message. You can send either a multipart/form-data request with the raw file content, or a JSON request with a file ID.
Documentation Index
Fetch the complete documentation index at: https://docs.moonbase.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Moonbase API key.
The ID of the Message.
The Attachment object represents a file attached to a message. You can download the file content via the download_url.
String representing the object’s type. Always message_attachment for this object.
"message_attachment"Unique identifier for the object.
The original name of the uploaded file, including its extension.
The size of the file in bytes.
A temporary, signed URL to download the file content. The URL expires after one hour.
Time at which the object was created, as an ISO 8601 timestamp in UTC.