GET /api/v1/usage

Current usage statistics for your API key.

curl https://lufs.space:8445/api/v1/usage \
  -H "X-API-Key: lufs_your_key"

Response:

{
  "api_key_name": "Key #1",
  "requests_this_minute": 3,
  "rate_limit": 20,
  "analyses_this_month": 42,
  "monthly_limit": 1000
}

Last updated