Integrate Versive into your JavaScript and TypeScript applications
npm install versive-sdk # or yarn add versive-sdk
import { VersiveClient } from 'versive-sdk'; const client = new VersiveClient({ token: "YOUR_API_KEY" });
const studies = await client.studies.list(); console.log(studies);