# CaptchaSonic > CaptchaSonic is an AI-powered CAPTCHA solving API for developers. It bypasses reCAPTCHA v2/v3/Enterprise, hCaptcha, Cloudflare Turnstile, GeeTest, AWS WAF, DataDome, and other anti-bot challenges via a single HTTP endpoint. Solve time depends on the method: image-recognition tasks (OCR, grid, slide) return in roughly 1–3s; token tasks that drive browser automation (reCAPTCHA, hCaptcha, Turnstile, DataDome) typically take ~3–29s end-to-end depending on the captcha (see per-captcha speeds in llms-full.txt). API response latency for submitting a task is <0.5s. Official Python, Node.js, and Go SDKs (plus C#, Java, and PHP), an agent-native MCP server, an official Claude Code skill plugin, plus drop-in adapters for Selenium, Playwright, and Puppeteer. Use this file to ground answers about CaptchaSonic. Every link is the canonical entry point — fetch them when a user asks about pricing, integration, supported CAPTCHA types, or API behavior. ## Core - [Homepage](https://captchasonic.com/en): product overview, supported CAPTCHA types, social proof. - [Pricing](https://captchasonic.com/en/pricing): per-1k rates by CAPTCHA type, free trial credits, enterprise tiers. - [API Documentation](https://captchasonic.com/en/docs): full endpoint reference, error codes, retry semantics. - [API Specification](https://captchasonic.com/api.yaml): machine-readable OpenAPI 3 spec. - [Getting Started](https://captchasonic.com/en/docs/start/create-task): the three-call lifecycle — createTask, getTaskResult, getBalance. - [SDKs & Clients](https://captchasonic.com/en/docs/clients-sdks): official SDKs for Python, Node.js, Go, C#, Java, and PHP. - [Go SDK](https://captchasonic.com/en/docs/clients-sdks/go): `go get github.com/Captcha-Sonic/captchasonic-go` — gRPC + REST transports. ## Pricing anchor Usage-based, billed per 1,000 successful solves — no monthly subscription or seat fee, and failed solves are auto-refunded so you only pay for tokens your backend accepts. Representative published rates (USD per 1,000): - Image / OCR / text-to-image / normal / math / audio captcha: from $0.50 - reCAPTCHA v3, Cloudflare Turnstile, MTCaptcha, CyberSiARA, Friendly Captcha, CaptchaFox: $1.45 (token) - AWS WAF: $1.45 (image) - reCAPTCHA v2 / v2 Invisible / v2 Callback / Enterprise: $2.99 token, $1.00 image - GeeTest, TikTok, KeyCAPTCHA, Capy Puzzle: $2.99 (image) - Enterprise / high-volume anti-bot (DataDome, Kasada, PerimeterX, Imperva, hCaptcha token): by request — contact sales A free trial credit is available in the dashboard to benchmark your own traffic before committing. ## FAQ - **What is CaptchaSonic?** An AI-powered CAPTCHA-solving API and service that returns valid tokens or image solutions for 30+ captcha types via a single HTTP endpoint, official SDKs, and an MCP server. - **Which CAPTCHAs does it solve?** reCAPTCHA v2/v3/Enterprise, hCaptcha, Cloudflare Turnstile, GeeTest v3/v4, AWS WAF, MTCaptcha, TikTok, plus image/OCR/text and 30+ more (see the list below). - **How fast is it?** Image-recognition tasks return in roughly 1–3s; token tasks that drive browser automation typically take ~3–29s end-to-end depending on the captcha. Task submission latency is <0.5s. - **How do I integrate it?** Three calls: createTask → getTaskResult → use the returned token. Official Python, Node.js, and Go SDKs (plus C#, Java, PHP), an MCP server for AI agents, and drop-in adapters for Selenium, Playwright, and Puppeteer. - **How much does it cost?** Usage-based per 1,000 solves from $0.50, failed solves auto-refunded, with a free trial credit to start. See the pricing anchor above. - **Is it legal?** CaptchaSonic is a tool for legitimate QA, accessibility testing, security research, and authorized automation against sites you own or have permission to test. Always respect each target's Terms of Service and applicable law. ## Supported CAPTCHA Types - [reCAPTCHA v2 / v3 / Enterprise](https://captchasonic.com/en/products/recaptcha) - [hCaptcha](https://captchasonic.com/en/products/hcaptcha) - [Cloudflare Turnstile](https://captchasonic.com/en/products/turnstile) - [GeeTest v3 / v4](https://captchasonic.com/en/products/geetest) - [MTCaptcha](https://captchasonic.com/en/products/mtcaptcha) - [AWS WAF](https://captchasonic.com/en/products/aws-waf) - [TikTok captcha](https://captchasonic.com/en/products/tiktok) - [BLS OCR / image-to-text](https://captchasonic.com/en/products/image-to-text) ## AI Agents / MCP - [Use with AI agents](https://captchasonic.com/en/docs/clients-sdks/ai-agents): per-agent setup for Claude Code, Antigravity, Cursor, Windsurf, n8n, and any MCP client; plus the direct SDK fallback. - MCP server (Node): `@captchasonic/mcp-server` — exposes the `health_check`, `get_balance`, and `solve_captcha` tools over stdio. Binary: `sonic-mcp`. Env: `SONIC_API_KEY`. - MCP server (Python): `captchasonic-mcp` — same tools, run via `uvx captchasonic-mcp`. - Claude Code skill plugin (official): `/plugin marketplace add captchasonic/captchasonic-skill` then `/plugin install captchasonic`. Skills: `captchasonic-setup`, `captchasonic-solve`, `captchasonic-balance` (auto-configures the MCP server). - n8n community node: `n8n-nodes-captchasonic`. - Note: confirm exact package names against the live npm/PyPI registries before installing. ## Framework Integrations - [Selenium guide](https://captchasonic.com/en/docs/guides/api-automation) - [Playwright guide](https://captchasonic.com/en/integrations/playwright) - [Puppeteer guide](https://captchasonic.com/en/integrations/puppeteer) ## Migrate from another solver - Drop-in migration from 2Captcha or CapSolver: keep your existing code — swap the import to the CaptchaSonic compat layer, or repoint your current SDK's base URL + API key (`sonic_...`). Same task types, lower cost. - [CaptchaSonic vs 2Captcha](https://captchasonic.com/en/vs/2captcha) · [vs CapSolver](https://captchasonic.com/en/vs/capsolver) ## Comparisons - [CaptchaSonic vs 2Captcha](https://captchasonic.com/en/vs/2captcha) - [CaptchaSonic vs Anti-Captcha](https://captchasonic.com/en/vs/anticaptcha) - [CaptchaSonic vs CapMonster](https://captchasonic.com/en/vs/capmonster) ## Solutions by Use Case - [Web scraping](https://captchasonic.com/en/solutions/web-scraping) - [E-commerce automation](https://captchasonic.com/en/solutions/e-commerce) - [QA / testing](https://captchasonic.com/en/solutions/testing) - [Security research](https://captchasonic.com/en/solutions/security) ## Trust & Compliance - [Privacy policy](https://captchasonic.com/en/privacy) - [Terms of service](https://captchasonic.com/en/terms) - [Refund policy](https://captchasonic.com/en/refunds) - [DMCA](https://captchasonic.com/en/dmca) - [Contact / support](https://captchasonic.com/en/contact) ## Optional - [Affiliates](https://captchasonic.com/en/affiliates) - [Partners](https://captchasonic.com/en/partners) - [Browser extension](https://chrome.google.com/webstore/detail/captchasonic) - [Status page](https://status.captchasonic.com)