How do I check my remaining credits?
Monitor your credit usage to avoid interruptions.
In the Dashboard
- Log in to your Dashboard
- Look at the top-right corner or sidebar
- You'll see: "X credits remaining"
Or go to Settings > Usage for detailed breakdown.
Via API
Check credits programmatically:
bashcurl -X GET "https://api.canvelete.com/api/v1/account/credits" \ -H "Authorization: Bearer YOUR_API_KEY"
Response:
json{ "credits": { "remaining": 1847, "used": 153, "total": 2000, "resetDate": "2024-02-01" } }
Usage History
View detailed usage in Dashboard > Usage:
- Daily/weekly/monthly breakdown
- Which designs used the most credits
- API vs manual generation split
Low Credit Alerts
We'll notify you when:
- You reach 20% of your monthly credits
- You reach 5% of your monthly credits
- You run out of credits
What Happens When Credits Run Out?
- API calls return an error:
INSUFFICIENT_CREDITS - You can still edit designs (no credits needed)
- Upgrade or wait for monthly reset