What's new in the Minikai API.

Download a Mini’s profile picture or a skill’s asset

minisskillsattachmentsrelease

v1.18.0 Download the image behind a Mini’s profilePictureUrl, or the file behind a skill asset’s url. Both fields always held a path, and now GET /Minis/{id}/profile-picture/{pictureId} and GET /Skills/{id}/assets/{assetId} are in the API and the SDKs so you can call it. These and the record attachment download now hand you the file itself in the SDKs, rather than a response with no type on it.