GET/credits
Remaining credits and plan id.
GET /credits
X-API-Key: sk_live_...
{
"credits": 842,
"topUpCredits": 200,
"planId": "pro"
}
| Field | Type | Notes |
|---|---|---|
credits | number | Main balance |
topUpCredits | number | Top-up balance |
planId | string | Plan identifier |