https://api.anycaptcha.com/createTask
errorId = 0
and taskId
for successerrorId > 0
and errorCode
https://api.anycaptcha.com/getTaskResult
errorId = 0
and status = ready
: Solved successfully, read result in solution.text
errorId = 0
and status = processing
: The task is not ready yet, sleep 2s then remakeerrorId > 0
: error identifier. Error code and short description transferred in errorCode and errorDescription properties