Skip to main content

Retrieve AI Credits Summary

GET 

/api/v1/stats/ai/credits

Lightweight endpoint for the Dashboard UI cards. Returns credit usage and remaining balance for the authenticated user's account.

Response

{
"credits_used": 342,
"credits_remaining": 1158,
"requests": 13,
"period": 720
}
KeyDescription
credits_usedTotal AI credits consumed in the period
credits_remainingCurrent credit pool balance for the account
requestsNumber of AI Agent requests in the period
periodPeriod in hours

Request

Responses

Successful operation