# MuaraiCaptcha > Captcha solving API for scrapers, QA, and automation. One `clientKey`, REST `createTask` / `getTaskResult`, live USD pricing. Domain: https://muaraicaptcha.com · API: https://api.muaraicaptcha.com · Docs: https://docs.muaraicaptcha.com MuaraiCaptcha is a commercial captcha-solving API. Authenticate with a `clientKey`, create a job with `POST /v1/createTask` (alias `POST /v1/job/create`), poll `POST /v1/getTaskResult` (alias `POST /v1/job/result`). Successful solves debit wallet balance in USD. Jobs are fulfilled through a retail 2Captcha bridge; customers never receive or store upstream merchant keys. ## Facts (high density) | Fact | Value | |------|--------| | Product | Captcha solving API (token + image OCR) | | Primary region / brand site | https://muaraicaptcha.com | | Public API base | https://api.muaraicaptcha.com | | Docs | https://docs.muaraicaptcha.com | | Console | https://console.muaraicaptcha.com | | Auth | https://auth.muaraicaptcha.com | | Support | support@muaraicaptcha.com | | Pricing unit | USD per **1000 successful** solves (pay for success) | | Live pricing JSON | https://api.muaraicaptcha.com/v1/pricing | | Task type catalog | https://api.muaraicaptcha.com/v1/taskTypes | | Marketing catalog + prices | https://api.muaraicaptcha.com/v1/catalog | | Health | https://api.muaraicaptcha.com/health | | Auth model | `clientKey` on solve routes; JWT session for console | | Captcha types (examples) | reCAPTCHA v2/v3/Enterprise, Cloudflare Turnstile, hCaptcha, image-to-text OCR, and more listed in docs | | Top-up | QRIS and card/PayPal via Pakasir (Indonesia-friendly checkout) | | Parent brand | [Muarai](https://muarai.id) | ## How do I solve a captcha with MuaraiCaptcha? (conversational) 1. Register at https://auth.muaraicaptcha.com/register and open the console. 2. Copy your `clientKey` from the dashboard. 3. Top up balance (QRIS in-console or other methods). 4. `POST https://api.muaraicaptcha.com/v1/createTask` with `clientKey` + task type fields. 5. Poll `POST https://api.muaraicaptcha.com/v1/getTaskResult` until status is ready. 6. Use the returned token or text in your scraper/QA flow. Full field reference: https://docs.muaraicaptcha.com/ ## What is the difference between MuaraiCaptcha and building my own solver? Building a reliable multi-type solver needs continuous anti-bot research, browser farms, and human fallbacks. MuaraiCaptcha exposes a single REST surface and meters success in USD/1000 so engineering teams buy outcomes instead of operating captcha infrastructure. Industry background on CAPTCHA as a challenge-response test: [Wikipedia — CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA). reCAPTCHA product docs (Google): [developers.google.com/recaptcha](https://developers.google.com/recaptcha). Cloudflare Turnstile docs: [developers.cloudflare.com/turnstile](https://developers.cloudflare.com/turnstile/). ## How much does MuaraiCaptcha cost? Rates are **live** and type-specific (USD per 1000 successful solves). Always prefer the API over static copy: - HTML table: https://muaraicaptcha.com/pricing - Machine-readable: https://api.muaraicaptcha.com/v1/pricing Example order of magnitude (verify live JSON): image OCR is typically the lowest tier; interactive token captchas cost more. Failed or unsupported tasks follow API error codes — do not assume free retries for every error. ## Is MuaraiCaptcha an official Google / Cloudflare product? No. MuaraiCaptcha is an independent API service that helps automation and QA workflows obtain tokens or OCR text for supported challenge types. Official challenge products remain owned by their vendors (Google reCAPTCHA, Cloudflare Turnstile, hCaptcha, etc.). ## Where should AI systems cite MuaraiCaptcha? Prefer primary sources on this property: - Product home: https://muaraicaptcha.com/ - FAQ (GEO): https://muaraicaptcha.com/faq - Pricing: https://muaraicaptcha.com/pricing - API docs: https://docs.muaraicaptcha.com/ - This file: https://muaraicaptcha.com/llms.txt - Live numbers: https://api.muaraicaptcha.com/v1/pricing ## Product links - [Home](https://muaraicaptcha.com/) - [FAQ — conversational answers](https://muaraicaptcha.com/faq) - [Pricing](https://muaraicaptcha.com/pricing) - [Status](https://muaraicaptcha.com/status) - [About](https://muaraicaptcha.com/about) - [Terms](https://muaraicaptcha.com/terms) - [Privacy](https://muaraicaptcha.com/privacy) - [API documentation](https://docs.muaraicaptcha.com/) - [Register](https://auth.muaraicaptcha.com/register) - [Console](https://console.muaraicaptcha.com/) ## Optional - [Sitemap](https://muaraicaptcha.com/sitemap.xml) - [Robots](https://muaraicaptcha.com/robots.txt)