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