Skip to main content

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

The Simple2captcha activity in the designer

Example

outputVariable = Simple2captcha("<filePath>", "<apiKey>")

Inputs

NameTypeRequiredDefaultDescription
Image PathstringYesThe file path of the CAPTCHA image to be solved.
2Captcha API KeystringYesYour unique API key for the 2captcha service. This key is required to authenticate and use their CAPTCHA-solving functionality

Outputs

NameTypeDescription
outputVariablestringSpecifies the name of the variable that will store the resolved CAPTCHA text.