GET/api/check-usage

Returns usage information for the authenticated user.

Scope: usage

Example Request

curl https://app.adalign.io/api/check-usage \
  -H "Authorization: Bearer adal_your_key_here"

Response

{
  "used": 12,
  "limit": 50,
  "remaining": 38,
  "canEvaluate": true,
  "nextReset": "2026-04-01T00:00:00.000Z",
  "tier": "growth",
  "userEmail": "you@example.com"
}

Response Fields

FieldTypeDescription
usedintegerEvaluations used this month
limitintegerMonthly evaluation limit for your tier
remainingintegerEvaluations remaining this month
canEvaluatebooleanWhether you can run more evaluations
nextResetstringISO date when the counter resets
tierstringYour current plan (growth, agency, etc.)