Get balance
The object contains data for Google ReCaptcha2 solving task.
Object structure
Parameter
Type
Required
Value
Code example (Python)
import requests
json_data = {
"api_token": "YOUR_API_KEY"
}
balance = requests.post("https://betacaptcha.com/api/balance", json=json_data)
print(balance.json())Last updated