Usage

Get cumulative tokens tracked

Returns the platform-wide cumulative token total across every organization, all time. No auth required — powers the public landing page counter. Cached for 60 seconds.

get/api/v1/public/total-tokens

Response

Cumulative token total

successtrue required

Example response

{
  "data": {
    "totalTokens": 1284930571
  }
}