Skip to main content
GET
https://stealthgpt.ai
/
api
/
stealthify
/
balance
Balance
curl --request GET \
  --url https://stealthgpt.ai/api/stealthify/balance \
  --header 'api-token: <api-token>'
{
  "credits": 123
}
The /api/stealthify/balance endpoint allows you to check your current account balance and available credits without making any content generation requests.

Request Parameters

api-token
string
required
Your unique API authentication token. You can find this in your StealthGPT dashboard under the API Key tab.

Response

credits
number
Number of credits available in your account

Example Request

curl --location 'https://stealthgpt.ai/api/stealthify/balance' \
    --header 'api-token: YOUR_API_TOKEN'

Example Response

{
  "credits": 985000
}

Usage Notes

  • This endpoint is lightweight and can be called frequently to track your balance
  • No credits are consumed when checking your balance
  • Use this endpoint to implement balance tracking in your applications or to check before making requests