# Twocaptcha AI integration on Definable

> 2Captcha is a service that provides automated CAPTCHA solving solutions, enabling developers to bypass various types of CAPTCHAs in their applications.

## What this connects

2Captcha is a service that provides automated CAPTCHA solving solutions, enabling developers to bypass various types of CAPTCHAs in their applications.

Vendor: https://2captcha.com

## Tools available

**5** tools available. First 5:

- `TWOCAPTCHA_CREATE_TASK` — Create CAPTCHA Task — Creates a new CAPTCHA-solving task and returns a taskId for retrieving results. Supports multiple captcha types: reCAPTCHA v2/v3, hCaptcha, image recognition, and more. After creating a task, use the returned taskId with getTaskResult to retrieve the solution. Requires sufficient account balance to process tasks.
- `TWOCAPTCHA_GET_BALANCE` — Get Account Balance — Tool to retrieve your 2Captcha account balance in USD. Use when you need to check available funds before creating captcha-solving tasks.
- `TWOCAPTCHA_REPORT_INCORRECT` — Report Incorrect CAPTCHA — Report that a CAPTCHA solution was declined by the target website. Use this action to provide feedback when a solved CAPTCHA is rejected, enabling 2Captcha to improve accuracy and potentially issue refunds for incorrectly solved tasks.
- `TWOCAPTCHA_REPORT_INCORRECT_IMAGE_CAPTCHA` — Report Incorrect Image Captcha — Report that an image captcha solution was incorrect. Alias for reportIncorrect method. Use this when you receive an incorrect captcha solution from 2Captcha to report the issue. Made for compatibility with certain software libraries. Successful reports may result in refunds.
- `TWOCAPTCHA_TEST_REQUEST` — Test Request Parameters — Debug method to verify how the API parses request parameters. Use when troubleshooting integration issues or validating parameter formats.

## Auth

Auth schemes: `API_KEY`.

## How agents use Twocaptcha

Inside a Definable workflow, Twocaptcha is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Twocaptcha** — the Researcher (GPT-5.5) pulls context from Twocaptcha (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Twocaptcha** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Twocaptcha (create record, post message, draft email).
- **Designer / Engineer → Distributor → Twocaptcha** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Twocaptcha (attach file, open PR comment, post status).

The Verifier checks every Twocaptcha call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/
- security & identity tools — https://definable.ai/apps/category/security-&-identity-tools/

## Related

- HTML page: https://definable.ai/apps/twocaptcha/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
