Skip to main content

Official Client SDKs

To make integration easier and more efficient, we provide official SDKs in TypeScript and Java. These libraries simplify API interactions by handling request formatting, authentication, and error handling for you, allowing you to focus on your application rather than managing API communication. The TypeScript SDK includes:
  • Simple setup and configuration
  • Type-safe methods for all available API endpoints
  • Built-in retry logic for transient failures
  • Automatic error handling with clear exception messages

TypeScript

The TypeScript SDK is perfect for web applications or backend services built with Node.js, Bun and more, offering a streamlined and robust integration experience.

Default usage

Use async/await without all the try catch blocks