Installation instructions for the Typescript SDK
npm i @contentmod/sdk
import { ContentMod } from "@contentmod/sdk"; const contentMod = new ContentMod({ publicKey: "<YOUR_PUBLIC_KEY>", secretKey: "<YOUR_SECRET_KEY>", });