GET
/api/check-usageReturns 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
| Field | Type | Description |
|---|---|---|
| used | integer | Evaluations used this month |
| limit | integer | Monthly evaluation limit for your tier |
| remaining | integer | Evaluations remaining this month |
| canEvaluate | boolean | Whether you can run more evaluations |
| nextReset | string | ISO date when the counter resets |
| tier | string | Your current plan (growth, agency, etc.) |