Skip to main content

GET /stats

Retrieve memory count and API call statistics for your account.

Request

GET https://api.lawmem.ai/stats
Authorization: Bearer YOUR_API_KEY

Example

curl https://api.lawmem.ai/stats \
-H "Authorization: Bearer YOUR_API_KEY"

Response

{
"memory_count": 142,
"calls_today": 38,
"calls_all_time": 1204,
"plan": "legal_starter",
"quota_remaining": 48796
}