Developer & API Integrations
WORKINGCredits
Check remaining workspace AI generation credits, view billing tier allocations, and initialize top-up purchases.
## Credits & Billing API
Manage workspace AI generation balances for text generation, AI images (FLUX/SDXL), video rendering, and voiceovers.
### Plan Allocations & Top-Up Pricing (Canonical 2.0x Rule)
- **Starter Plan:** 1,250 monthly credits included ($29/mo).
- **Pro Plan:** 5,000 monthly credits included ($97/mo).
- **Agency Plan:** 25,000 monthly credits included ($499/mo).
- **Top-Up Packs:** $12 per 1,000 credits available in billing dashboard.
---
### REST Endpoint
```bash
curl -X GET https://app.eserai.tech/v1/credits \
-H "Authorization: Bearer YOUR_ESER_API_KEY"
```
#### Response Example
```json
{
"balance": 3450,
"monthlyAllocation": 5000,
"plan": "pro",
"renewAt": "2026-09-01T00:00:00.000Z"
}
```
Was this article helpful?
Reach ESER TECH support for assistance with account setup or API integration.