Skip to main content
OMOCaptcha provides a captcha-solving API for dozens of popular captcha types: reCAPTCHA, hCaptcha, FunCaptcha, GeeTest, TikTok, Shopee, Zalo, Amazon, Tencent, and more.

Quick start

1

Sign up

Register at omocaptcha.com to get your API key.
2

Add funds

Top up your account or purchase a combo package.
3

Integrate the API

Integrate the API into your app using the docs below.

Main endpoints

API base URL:

Response convention

All endpoints return HTTP 200 with a standard error envelope (errorId marks success/failure):
  • errorId: 0success
  • errorId: 1business error, read errorCode for classification
See the Error codes page for details on each errorCode.

Authentication

Most endpoints require your API key in the request body under clientKey:
Public (no auth) endpoint: /v2/getServicePrice
  • type:"service" → individual captcha types
  • type:"package" → combo packages

Security

Each task can only be retrieved with the exact API key that created it (key binding). A mismatched key returns ERROR_TASK_KEY_MISMATCH.
  • API keys must be 10–80 characters long
  • Keys that are too short or too long are rejected immediately on request