Package Installation
The Neuradex SDK is published on npm. Install it with your preferred package manager. After installation, proceed to authentication to configure your API key.- npm
- pnpm
- yarn
- bun
Requirements
- Node.js: 18.0 or higher
- TypeScript: 5.0 or higher (recommended)
The SDK is provided in ESM format. For CommonJS environments, use dynamic imports.
Type Definitions
The SDK includes TypeScript type definitions. No additional@types packages are required.
Next Step
Authentication Setup
Get your API key and initialize the SDK

