Account, plan & extension
GET /me/usage Session or API key
Your AI request activity today.
Counts and token usage, not cost — the gateway’s dollar figure is a list price against a mixed upstream pool, not what you pay; what you spend is a plan allowance, reported by /me/plan over this same day. Never fails for a reason you could act on: no usage yet, or an unreachable gateway, both answer 200 with zeroes.
curl "https://freehire.me/api/v1/me/usage" -H "Authorization: Bearer $HIREALL_API_KEY"{ "data": { "requests": 42, "failed": 1, "tokens": 118000, "period": "2026-08-31", "resets_at": "2026-09-01T00:00:00Z" } }