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: 0— successerrorId: 1— business error, readerrorCodefor classification
Authentication
Most endpoints require your API key in the request body underclientKey:
Public (no auth) endpoint:
/v2/getServicePricetype:"service"→ individual captcha typestype:"package"→ combo packages
Security
- API keys must be 10–80 characters long
- Keys that are too short or too long are rejected immediately on request

