Lightweight read. Use it to render "you have N credits left" in your own UI, or to gate expensive calls before you make them.
GET /api/v1/credits HTTP/1.1
Host: getvivix.com
Authorization: Bearer vvx_live_…HTTP/1.1 200 OK
{
"balance": 12847,
"tier": "pro",
"cycle_resets_at": "2026-06-09T00:00:00Z",
"rate_limit": {
"calls_per_minute": 240,
"concurrent_jobs": 5
},
"spent_this_cycle": 2153,
"granted_this_cycle": 15000
}401 KEY_INVALID — bad or missing key403 TIER_LOCKED — Pro/Ultimate only