Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.38 KB

File metadata and controls

53 lines (33 loc) · 1.38 KB

✅ CapMonster.Cloud — Fast, Reliable CAPTCHA Solving for Automation & Scraping

CapMonster Cloud

CapMonster Cloud Docs

Source repository for the public developer documentation at docs.capmonster.cloud.

If you want to use the API, start with the published docs site. Use this repository when you want to contribute to the docs or run the site locally.

Links

Need to test before depositing? Contact support and we’ll add trial credits to your account.

Local development

Install dependencies:

yarn

or

npm install

Start the local docs site:

yarn start

By default this starts the English version. To start the Russian version:

yarn start -- --locale ru

Build

yarn build

This generates the static site into the build directory.

⭐️ If you find this project useful, please give it a star on GitHub!