Install
The Poli Page Node.js SDK ships as @poli-page/sdk on npm. It supports both ESM and CJS, and requires Node 20.18 or later.
Install with your package manager
Section titled “Install with your package manager”npm install @poli-page/sdk# orpnpm add @poli-page/sdk# oryarn add @poli-page/sdkNode version
Section titled “Node version”The SDK targets Node 20.18 and tests against Node 20.x, 22.x, and 24.x on Linux, macOS, and Windows. See runtime support for the full matrix.
Example
Section titled “Example”import { PoliPage } from '@poli-page/sdk';
const client = new PoliPage({ apiKey: process.env.POLI_PAGE_API_KEY! });