What's new in the Minikai API.

Replace attachments across many records at once

recordsattachments

v1.1.0 New PUT /Records/batch/attachments swaps out the attachments on a whole set of records in one call, pairing files to records by position and de-duplicating the same way the single-record call does.

File uploads through the SDKs now work

recordsattachmentsfix

v1.0.2 Uploading a file through the Python or TypeScript SDK now sends it as a real file. Before this, the bytes were folded into a plain form field and never attached, so uploads came through empty. Upgrade to pick up the fix.