TypeScript SDK
A typed TypeScript client for the Minikai API.
The TypeScript SDK is published to npm as minikai. It ships with full type
definitions, so requests and responses are typed end-to-end and authentication is handled for you.
Install
Create a client
Make a request
Every endpoint in the API Reference maps to a typed method on the client, grouped by resource (records, Minis, labels and users). Each reference page shows a copy-ready TypeScript snippet for that endpoint, so the quickest way to write a call is to open the endpoint and copy its example.