One task-based API
Create a task, keep its identifier and retrieve the result using the same predictable API flow.
Connect your application to a simple task-based API. Solve reCAPTCHA, Turnstile, GeeTest, FunCaptcha and image challenges through one integration.
{
"type": "TurnstileTaskProxyless"
,
"websiteURL": "https://example.com"
,
"websiteKey": "site-key"
}
{ "taskId": "8f31..."
, "status": "processing"
}
SUPPORTED CHALLENGES
A consistent workflow from the first request to the final solution, without building a different integration for every challenge type.
Create a task, keep its identifier and retrieve the result using the same predictable API flow.
Result checks read local task state while supplier processing continues asynchronously.
Use one account for widely used CAPTCHA products and proxy or proxyless task variants.
Background workers handle supplier polling and recover tasks that need another attempt.
Track task status, costs and transaction activity from a single dashboard.
Start with concise request and response examples for each supported task type.
Read documentation →Your application stays focused on its own work while Solve Captcha coordinates task processing.
Send the challenge type, website URL and required parameters.
Request the result without repeatedly contacting an external supplier.
Receive a stable JSON response when the task is ready.
Fund one balance and use it across supported CAPTCHA types. Current packages are loaded directly from the platform.
Choose a package, add funds securely and use your credit across eligible task types.
Create account →Need implementation details? The API documentation contains task schemas and response examples.
Browse documentation →Create an account, generate an API key and use it with the createTask, getTaskResult and getBalance endpoints.
The platform supports reCAPTCHA v2 and v3, Turnstile, GeeTest, FunCaptcha and image CAPTCHA task variants shown in the documentation.
Tasks are processed asynchronously. Your application polls by task ID and receives a processing or ready response from the platform.
The web application and API can be accessed wherever your application has internet connectivity, subject to the service terms.