Simple 2captcha
Solves image-based CAPTCHAs using the 2Captcha service. Provide an image path to a CAPTCHA image, and the service will process and return the solution text.
Category: CAPTCHA Solving · Group: Captcha · Activity name: Simple2captcha

Example
outputVariable = Simple2captcha("<filePath>", "<apiKey>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Image Path | string | Yes | The file path of the CAPTCHA image to be solved. | |
| 2Captcha API Key | string | Yes | Your unique API key for the 2captcha service. This key is required to authenticate and use their CAPTCHA-solving functionality |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the resolved CAPTCHA text. |