Balance
Legacy balance format
Returns balance in the legacy format (manage.nocaptchaai.com/balance).
Authorization
ApiKeyHeader apikey<token>
Your NoCaptchaAI API key (pass in apikey header)
In: header
Response Body
application/json
curl -X GET "https://example.com/legacy/balance"{ "Balance": 0, "Currency": "USD", "Subscription": { "plan": "string", "status": "string", "remaining": 0, "dailyLimit": 0, "used": 0 }}