SDKs
TypeScript & Python SDKs
Official clients for the Klaaro /api/v1 REST API. Each SDK is a thin, typed wrapper — no extra business logic, no hidden retries. Authentication, JSON parsing, multipart uploads, structured errors, and cursor pagination are handled for you; method names map 1:1 to HTTP routes.
Install with npm install klaaro (TypeScript, Node.js 18+) or pip install klaaro (Python 3.9+). Pick a language tab below for install, auth, upload workflows, pagination, and webhook verification examples.
Related docs
For copy-paste recipes without an SDK wrapper, see the Quickstart. For every endpoint, request schema, and response shape, see the API reference or download the OpenAPI spec. To connect coding agents in your IDE, see MCP.