Retrieves the current account balance from the captcha solving service.
A promise that resolves with the account balance in USD
Solves an hCaptcha challenge.
The URL of the website where the hCaptcha is located
The site key of the hCaptcha
Optional
proxy: ProxyOptionsOptional proxy configuration for solving the captcha
A promise that resolves with the hCaptcha token
Submits an image captcha to the service and returns the solution.
A base64 encoded string representing the captcha image
A promise that resolves with the text solution of the captcha
Solves a reCAPTCHA v2 challenge.
The URL of the website where the reCAPTCHA is located
The site key of the reCAPTCHA
Optional
proxy: ProxyOptionsOptional proxy configuration for solving the captcha
A promise that resolves with the reCAPTCHA token
Solves a reCAPTCHA v3 challenge.
The URL of the website where the reCAPTCHA is located
The site key of the reCAPTCHA
The minimum score required (0.1 to 0.9)
The action name for this request
Optional
proxy: ProxyOptionsOptional proxy configuration for solving the captcha
A promise that resolves with the reCAPTCHA token
Defines the contract for a captcha solving service. Any service intending to solve captchas must implement this interface.
IMultiCaptchaSolver