Publickey
in the page with Arkose Labs captchadata-pkey
parameter of funcaptcha's div element or inside an input element with name fc-token
- just extract the key indicated after pk
from the value of this element. 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.token
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