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.
Authorizations
API token from https://platform.acedata.cloud
Headers
Specifies the format of the response from the server.
application/json Body
The task id returned when a token API was called with async=true.
"61138bb6-19aa-11ec-a9c8-0242ac110002"
Response
OK, the request is successful.
Whether the query succeeded.
The task id being polled.
When the task began processing, as a Unix timestamp in seconds (float).
When the task produced its result, as a Unix timestamp in seconds (float). Absent while the task is still processing.
Processing time in seconds (float, 3 decimals). Absent while the task is still processing.
本次请求的追踪 ID,排查问题时提供给技术支持。
任务类型。
发起该任务的账号 ID。
实际执行者的账号 ID。通过授权代发时与 user_id 不同。
该任务所属接口的 ID。
该任务计费所用应用的 ID。
发起该任务所用凭证的 ID。
该任务使用的授权 ID。未通过授权发起时为 null。
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'.

