GET /api/v1/usage
GET https://api.dropkit.app/v1/usageAuthorization: Bearer pk_live_...Response:
{ "storage": { "bytes": 210826, "count": 3 }, "days": [ { "date": "2026-03-28", "uploads": 0, "downloads": 0, "bytesOut": 0 }, { "date": "2026-04-26", "uploads": 3, "downloads": 18, "bytesOut": 524288 } ], "totals": { "uploads": 3, "downloads": 18, "bytesOut": 524288 }}storage is the current snapshot from the files table. days is the last 30 days, backfilled with zeros. bytesOut is bytes served from the CDN. Egress is free on every plan.