Skip to main content
GET
/
v1
/
usage
Read usage
curl --request GET \
  --url https://api.abloatai.com/v1/usage \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "period": {
    "start": 123,
    "end": 123
  },
  "commits": 123,
  "reads": 123
}

Authorizations

Authorization
string
header
required

API key (sk_live_…) or a scoped capability/ephemeral token. The same header carries both — the server discriminates by token shape.

Response

200 - application/json

Usage counters.

object
string
Allowed value: "usage"
period
object
commits
integer
reads
integer