Get started with the Weights API in minutes
npm install @weights-ai/sdk
import { Weights } from '@weights-ai/sdk'; const weights = new Weights({ bearerToken: 'your-api-key-here', });
Was this page helpful?