Skip to main content
GET
/
v1
/
usage
Get usage analytics
curl --request GET \
  --url https://api.example.com/v1/usage \
  --header 'X-Api-Key: <api-key>'
{
  "total_generations": 350,
  "total_credits_used": 350
}

Documentation Index

Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Your team API key (starts with al_live_ — legacy keys may start with og_).

Headers

Aurous-Version
string

Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-05-15"

Response

Usage analytics

total_generations
number
required

Total generations across the team's lifetime

Example:

350

total_credits_used
number
required

Total credits consumed across the team's lifetime

Example:

350