GET /v1/credit/balance returns the credits that the API key’s billing account can use for a new request.
Headers
The endpoint does not accept a user ID or another billing-account identifier. The service always resolves the account from the supplied API key.
Example request
Response
The response includes
Cache-Control: no-store. Clients should fetch it when they need a current value instead of caching it as an account entitlement.
available_credits combines all currently usable credit sources. The response intentionally does not expose paid, monthly, subscription, or promotional bucket details.Errors
Errors use the standard error envelope. Internal dependency details are never returned to the client.