Tasks
Poll the result of an asynchronous captcha task. Submit the task_id returned by any captcha API (token or recognition) called with async=true; the response reports status ‘processing’ until solved, then returns the result — token for token APIs, solution for recognition classification, or text for image2text. Billing happens once, only when the task is successfully solved.
Autorisations
API token from https://platform.acedata.cloud
En-têtes
Specifies the format of the response from the server.
application/json Corps
The task id returned when a token API was called with async=true.
"61138bb6-19aa-11ec-a9c8-0242ac110002"
Réponse
OK, the request is successful.
Whether the query succeeded.
The task id being polled.
Task state. 'processing' means keep polling; 'ready' means the token field is populated.
processing, ready The solved verification token (token APIs). Present only when status is 'ready'.
The recognition result for recognition/recaptcha2 and recognition/hcaptcha. Present only when status is 'ready'.
The recognized text for recognition/image2text. Present only when status is 'ready'.

