# Get Account Usage Statistics Retrieve your current API credit usage statistics including used, remaining, and total credits. Rate Limits: This endpoint has a rate limit of 5 requests per minute. Endpoint: GET /account/usage Version: 2.0.0 Security: ApiKeyAuth ## Header parameters: - `X-RateLimit-Limit` (integer) The Credit Usage API has a rate limit of 5 requests per minute. This header shows the current limit. Example: 5 ## Response 200 fields (application/json): - `usage` (any, required) The usage stats for the account ## Response 401 fields ## Response 429 fields ## Response 500 fields