Welcome to the official documentation repository for CapMonster Cloud — the fastest AI-powered CAPTCHA solver and anti-bot bypass infrastructure.
Here you will find API references, integration guides, and code examples for bypassing reCAPTCHA, Cloudflare Turnstile, hCaptcha, DataDome, and more.
👉 Get your Free API Key and Start Solving CAPTCHAs
Navigate to our official hosted documentation to get started:
- 🚀 Getting Started & Quick Setup
- 🧩 CAPTCHA Task Types & API Reference
- 💻 Official SDKs (Python, Node.js, C#, Go)
- 💳 Account & Balance Management
(Looking for a specific integration? Check out our n8n Community Node or direct Chrome Extension).
This documentation website is built using Docusaurus 3, a modern static website generator. The instructions below are for developers who want to run or edit this documentation locally.
Install the required dependencies using Yarn or npm:
yarn
# or
npm installTo start a local development server with hot-reloading:
yarn startThis command opens up a browser window. Most changes are reflected in real time, with no need to restart the server. By default, this runs the English version.
If you want to start the Russian version locally, run:
yarn start -- --locale ruyarn buildThis command generates static content into the build directory, which can be served using any static content hosting service.
After the build, you can view the fully generated site (including both ru and en locales) by running:
yarn serve- Russian documentation is located in the
/docsdirectory. - English documentation is located in
/i18n/en/docusaurus-plugin-content-docs/current/.
Each folder represents a category for the articles. If you need the same article for both the ru and en versions, you must create a markdown file in both directories with the exact same filename and folder structure.
For more information about markdown syntax and Docusaurus structure, visit the official Docusaurus docs.