Back to Templates
See llms.txt for all machine-readable content.
This workflow exposes a POST webhook that accepts base64 CAPTCHA images and uses the CaptchaSonic community node to solve multiple CAPTCHA types (OCR, reCAPTCHA v2, AWS WAF, TikTok, Binance, and more), returning a standardized JSON response.
captchasonic-solve webhook containing a JSON body with a type and required fields like image (base64) and sometimes question.success, type, solution, and a solvedAt timestamp.n8n-nodes-captchasonic community node.captchasonic-solve, and configure your client to POST JSON with type plus the required fields (including a base64 image and optional question depending on type).Supported CAPTCHA types: imagetotext, recaptchav2, popularcaptcha, awswaf, blsocr, tiktok, binance, visionengine. Send a POST request with {"type": "imagetotext", "image": "<base64>"} to the webhook URL. Full API docs at https://docs.captchasonic.com