Usage & Billing
Monitor your API usage and account balance
Balance System
Your account holds a main balance (purchased) and an optional bonus balance (from promotions or package bonuses). Bonus balance is consumed first. All balances are denominated in USD — you pay real money and spend it at the published per-unit rates below. Balances never expire.
Usage Rates
| Medium | Rate | Note |
|---|---|---|
| Voice (TTS) | $5.00 / 1M characters | 5 µUSD per char |
| Image | $0.013 / image | 13,000 µUSD each |
| Video | $0.017 / second | 17,000 µUSD/s |
| Music | $0.00015 / second | 150 µUSD/s |
Get Usage
GET
/api/v1/usageReturns current balance and usage statistics for the authenticated account.
200OK
{
"balance_usd": 4.5,
"bonus_usd": 0,
"balance_micro_usd": 4500000,
"bonus_micro_usd": 0,
"usage": {
"chars_this_month": 50000,
"generations_total": 234,
"generations_this_month": 45
}
}curl https://getvrex.com/api/v1/usage \
-H "Authorization: Bearer sk-your-api-key"Top-Up Packages
Buy once, use anytime. Higher tiers include bonus balance on top of the purchased amount.
| Package | Main Balance | Bonus Balance | Price |
|---|---|---|---|
| Starter | $5.00 | — | $5 |
| Basic | $15.00 | +$2 | $15 |
| Pro | $50.00 | +$10 | $50 |