✨ NoCaptcha v2 is here — fresh look, API v2 & agentic solving.Read the changelog →
Solver

Poll task result (GET)

GET
/getTaskResult

Same as POST but with query parameter.

Query Parameters

taskId*string

Response Body

application/json

curl -X GET "https://example.com/getTaskResult?taskId=string"
{  "errorId": 0,  "errorCode": 0,  "errorDescription": "string",  "status": "idle",  "taskId": "string",  "solution": {}}
Content-Length: 0