Get daily usage breakdown
Default range is last 30 days. Max range is 366 days.
Authorization
AuthorizationRequiredBearer <token>API key. Manage keys from the dashboard at app.bytekit.com.
In: header
Query Parameters
fromstringStart date (YYYY-MM-DD). Default 30 days ago.
"date"tostringEnd date (YYYY-MM-DD). Default today.
"date"api_keystringFilter by API key (prefixed ID, e.g. ak_xxx). When provided, returns usage rows attributed to that key only. The key must belong to the requesting account; cross-account keys return empty data. Revoked keys still return historical data. When absent, aggregates across all keys.
Successful response.
GET /v1/usageGet current billing period usage
Previous Page
GET /v1/usage/by-endpointGet per-endpoint bandwidth breakdown
Returns bandwidth usage broken down by endpoint (screenshots, recordings, scrape, scrape_md, fetch, fetch_md, crawl, crawl_links, sitemap, monitors) for a date range. Each row carries raw bytes, the billing multiplier, and billable bytes. Endpoints with zero raw bytes for the range are omitted from `rows`; `totals` is always present. Default range is the last 30 days; max 366 days.