v1

latestOpenAPI 3.0.02026-07-224452146.0 KB
Billing

Get remaining credits for the authenticated team

get/team/credit-usage

Response

Successful response

successboolean

Example response

{
  "success": true,
  "data": {
    "remainingCredits": 1000,
    "planCredits": 500000,
    "billingPeriodStart": "2025-01-01T00:00:00Z",
    "billingPeriodEnd": "2025-01-31T23:59:59Z"
  }
}