Capmonster Python

# Capmonster Python

Welcome to the documentation for capmonster_python — a modern, fully typed, async-ready Python SDK for Capmonster.Cloud.

Integrate with 20+ CAPTCHA challenge types including reCAPTCHA, Turnstile, GeeTest, FunCaptcha, Image-to-Text, and more — with both sync and async support out of the box.


# Quick Start


# Features

  • Async-first design powered by httpx
  • Full Pydantic v2 data validation
  • Context manager support (with / async with)
  • solve() convenience method — create + poll in one call
  • Configurable polling (max_retries, retry_delay)
  • Task abstraction for all Capmonster types
  • Clear and typed API responses
  • Retry logic and error wrapping

# Supported Task Types


# Project Status

This library is actively maintained and tracks the latest Capmonster Cloud API. It targets Python 3.9+ and is distributed under the MIT license.