Uploading Attachments
Using the Multipart Form method, upload the raw binary contents of the file you want to attach:There are no size limits for attachments in Ditto, but the HTTP API enforces a 1MB limit for uploading attachments. This can be increased upon request.
Curl
Downloading Attachments
Using/api/v4/attachments/{attachment_id}, download attachments:
Curl