Balance
Endpoints
Balance
Check your account balance with the /api/stealthify/balance endpoint
GET
Balance
The
/api/stealthify/balance endpoint allows you to check your current account balance and available words without making any content generation requests.
Request Parameters
Your unique API authentication token. You can find this in your StealthGPT dashboard under the API Key tab.
Response
Number of words available in your account
Pay-as-you-go (metered) billing status and any usage pending billing. When
null, the account is not enrolled in metered billing.Current pay-as-you-go billing mode. One of
metered_active, metered_past_due, or metered_setup_required.Words accumulated for metered billing that have not yet been reported/flushed.
Last time metered usage was reported/flushed (ISO 8601 date-time string).
Example Request
Example Response
Usage Notes
- This endpoint is lightweight and can be called frequently to track your balance
- No words are consumed when checking your balance
- Use this endpoint to implement balance tracking in your applications or to check before making requests