Skip to content

CapMonsterCloud/capmonstercloud-client-dotnet

Repository files navigation

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

CapMonster Cloud

CapMonster Cloud .NET SDK

NuGet version

Official .NET SDK for the CapMonster Cloud API. Use this package when you want to create tasks and retrieve solutions from .NET applications and services.

Links

Installation

Package Manager:

Install-Package Zennolab.CapMonsterCloud.Client

.NET CLI:

dotnet add package Zennolab.CapMonsterCloud.Client

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

Minimal example

var clientOptions = new ClientOptions
{
    ClientKey = "<your capmonster.cloud API key>"
};

var cmCloudClient = CapMonsterCloudClientFactory.Create(clientOptions);

var recaptchaV2Request = new RecaptchaV2Request
{
    WebsiteUrl = "https://lessons.zennolab.com/captchas/recaptcha/v2_simple.php?level=high",
    WebsiteKey = "6Lcg7CMUAAAAANphynKgn9YAgA4tQ2KI_iqRyTwd",
};

var recaptchaV2Result = await cmCloudClient.SolveAsync(recaptchaV2Request);

Supported task families include reCAPTCHA, GeeTest, Turnstile, image-to-text, and additional task types documented in the public docs.

Supported request classes:

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

Packages

 
 
 

Contributors

Languages