API Reference
Get Account Info
Retrieve account details and credit usage
GET
Get information about your account including your current plan, credit balance, and usage statistics.
Request
No request body required. Just include your API key in the header.Response
string
Your unique organization identifier.
string
Your current subscription plan (e.g., “Free”, “Pro”, “Enterprise”).
integer
Total credits available in your current billing cycle.
integer
Credits consumed in the current billing cycle.
integer | null
If auto-recharge is enabled, the credit threshold that triggers a top-up.
null if disabled.