Skip to main content

Quick Start

curl https://api.cuadra.ai/v1/usage \
  -H "Authorization: Bearer YOUR_TOKEN"

Response Overview

{
  "storage": {
    "used": 524288000,
    "limit": 1073741824
  },
  "credits": {
    "used": 7500,
    "limit": 50000,
    "available": 42500,
    "billingPeriod": "monthly",
    "periodStart": "2025-12-01T00:00:00Z",
    "periodEnd": "2025-12-31T23:59:59Z"
  },
  "plan": {
    "tier": "pro",
    "name": "Professional",
    "billingCycle": "monthly"
  }
}

Role-Based Visibility

FieldAll UsersAdmins Only
Storage used/limit
Credits used/limit/available
Plan tier/name
Purchased balance
Seat count
Credits per seat