帳號、點數與瀏覽器擴充功能
GET /me/usage 工作階段或 API 金鑰
Your AI request activity this billing period.
Counts and token usage, not cost — the gateway’s dollar figure is a list price against a mixed upstream pool, not what you pay; your price is credits, reported by /me/credits. 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 $FREEHIRE_API_KEY"{ "data": { "requests": 42, "failed": 1, "tokens": 118000, "period": "2026-08", "resets_at": "2026-09-01T00:00:00Z" } }