Skip to main content

Available SDKs

Python

pip install rubric

TypeScript/Node.js

npm install @rubric/sdk

Coming Soon

  • Go SDK
  • Ruby SDK
  • Java SDK

REST API

All SDKs wrap the REST API documented in this reference. You can also use the API directly with any HTTP client.
curl https://api.rubric.ai/v1/datasets \
  -H "Authorization: Bearer gr_live_xxx"