Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.budgetpixel.com/v1/account/credits \ --header 'Authorization: Bearer <token>'
{ "extra_credits": 123, "monthly_limit": 123, "monthly_remaining": 123, "monthly_used": 123, "total_available": 123 }
API key as a bearer token: Authorization: Bearer bpx_live_xxx
Current credit balance for the account.
Purchased credits that don't reset monthly.
Total spendable credits (monthly remaining + extra).