TypeScript SDK
The Compeer TypeScript SDK allows you to interact with Compeer from Javascript or TypeScript applications.
Requirements
Find supported JavaScript runtimes and TypeScript versions in the requirments section of the typescript-sdk repository README.md.
Installation
Install the Compeer TypeScript SDK using npm:
npm install @compeer-ai/sdk
API Reference
For detailed information on available methods and types, please refer to the API Reference in our typescript-sdk repository.
Usage
You can find detailed usage examples the usage section of the typescript-sdk repository README.md.