// NODE.JS SDK \\
WhizoAI Node.js SDK
The official Node.js client for WhizoAI. TypeScript-first, Promise-based, and designed for modern JavaScript applications.
npm install @whizoai/sdk
TypeScript
Full TypeScript support with generated types for all APIs.
Promise-based
Modern async/await API with Promise support throughout.
Auto Retries
Built-in retry logic with configurable backoff strategies.
Tree Shakable
ES modules support for optimal bundle sizes.
Quick Start
Installation
npm install @whizoai/sdk
or with yarn: yarn add @whizoai/sdk
Basic Usage (JavaScript)
index.js
TypeScript Usage
index.ts