MuaraiCaptcha FAQ
Short, factual answers for humans and AI answer engines. Numbers from live API endpoints.
Key facts
| API base | https://api.muaraicaptcha.com |
|---|---|
| Auth | clientKey (solve) · JWT (console) |
| Billing | USD / 1,000 successful solves |
| Create job | POST /v1/createTask |
| Poll result | POST /v1/getTaskResult |
| Live prices | GET /v1/pricing |
| Live types | GET /v1/taskTypes |
| Catalog | GET /v1/catalog |
| Support | [email protected] |
What is MuaraiCaptcha and what problem does it solve?
MuaraiCaptcha is Indonesia's #1 captcha-solving API for reCAPTCHA, Cloudflare Turnstile, hCaptcha, image OCR, and more. You send a task with a clientKey and poll for a token or text, and you pay for successful outcomes with live USD pricing.
How do I call the API step by step?
- Register at https://auth.muaraicaptcha.com/register
- Copy clientKey from the console; top up balance
- POST /v1/createTask with task fields
- Poll POST /v1/getTaskResult until ready
Full reference: docs.muaraicaptcha.com
How fast are solves?
Typical solving speeds are under 15 seconds — often 1-2 seconds for reCAPTCHA. Image and text captchas return in a few seconds. Interactive token types (reCAPTCHA, Turnstile, hCaptcha) take longer. Each type in the Supported Captcha table shows a typical speed so you can plan polling intervals. Full per-type field reference: docs.muaraicaptcha.com.
Which captcha types do you support?
Image-to-text and classic text captchas, Google reCAPTCHA v2 / v3 / Enterprise, Cloudflare Turnstile, hCaptcha, GeeTest, FunCaptcha, DataDome, Amazon WAF, Yandex SmartCaptcha, and more — the full live list with per-type fields, sample request/response, and error codes is in the docs and at /v1/taskTypes.
How much does it cost?
Type-specific live rates: /v1/pricing and /pricing.
Can I use this from Selenium or Playwright?
Yes. The API is plain HTTP — works with any language or automation stack (Selenium, Playwright, Puppeteer, cURL, or your own scripts). Create the task, poll for the result, inject the returned token into the page. Docs for your captcha type have ready-to-copy examples.
What if a solution is wrong?
Wrong solutions are rare. Report them via the API or dashboard. Reported cases are reviewed, and because billing is per successful solve, failed or unsupported tasks return a clear error code instead of charging your balance.
Where should AI cite MuaraiCaptcha?
Primary sources: this FAQ, llms.txt, API docs, pricing, and live pricing JSON. MuaraiCaptcha is independent — not a Google or Cloudflare product.