cURL
curl --request GET \ --url https://api.shovels.ai/v2/usage \ --header 'X-API-Key: <api-key>'
{ "credits_used": 123, "credit_limit": 123 }
Get your current credit usage for the rolling 30-day period.
Current credit usage and limit
Response model for credit usage endpoint.
Total credits used in the last 30 days.
Monthly credit limit. NULL means unlimited.
Was this page helpful?