Skip to content

AzCAPTCHA Activity

The AzCAPTCHA activity leverages the AZcaptcha automated online API service to solve image CAPTCHAs. It analyzes security measures designed to differentiate between human and computer users, returning the solved CAPTCHA result. This activity requires an AZcaptcha account and subscription.

Field Description Requirement
Captcha key The API key for your AzCAPTCHA subscription. Required
File The full path, name, and extension of the image file containing the CAPTCHA to be solved. Required
Response variable name The name of the variable to store the solved CAPTCHA result. Required

Action Types & Examples

Solve CAPTCHA

  • Format: string
  • Example Result: captchaResult

Implementation Examples

Field Setup - Captcha key - File - Response variable name

Execution Parameters - Captcha key: asds8dfcsf125dsdsfds5dasdasa3tyf - File: C:SampleRobustacaptcha.png - Response variable name: captchaResult

Technical Notes

The AzCAPTCHA activity requires an active AZcaptcha account and a valid subscription. Detailed information regarding account creation and payment options is available on the AZcaptcha website.

To solve a CAPTCHA, the image file must first be downloaded to the worker's local file system. This can be achieved using activities such as Take Capture, Download File, or Save screen capture, depending on the specific process requirements.

This activity is designed exclusively for solving image CAPTCHAs. It does not support Google reCAPTCHA. For Google reCAPTCHA solutions, use the Captcha solver (ReCAPTCHA) activity.