Check Usage
Returns your current daily API usage against your tier limits.
GET
Check how many API calls you have used today and how many remain.
Response
{
"tier": "builder",
"calls_today": 42,
"daily_limit": 500,
"calls_remaining": 458,
"brands_used": 1,
"brand_limit": 1,
"content_enabled": true
}
| Field | Description |
|---|---|
calls_today | API calls made since midnight UTC |
daily_limit | Maximum calls allowed per day for your tier |
calls_remaining | Calls left before hitting 402 credits_exhausted |
content_enabled | Whether brief/execute endpoints are available (always true on paid tiers) |
Example
curl -H "X-API-Key: $BM_API_KEY" \
https://api.boringmarketing.com/auth/usage