Skip to main content
POST
Tasks

Autorisierungen

Authorization
string
header
erforderlich

Header

accept
enum<string>

Specifies the format of the response from the server.

Verfügbare Optionen:
application/json

Body

application/json
task_id
string
erforderlich

The task id returned when a token API was called with async=true.

Beispiel:

"61138bb6-19aa-11ec-a9c8-0242ac110002"

Antwort

OK, the request is successful.

success
boolean

Whether the query succeeded.

task_id
string

The task id being polled.

status
enum<string>

Task state. 'processing' means keep polling; 'ready' means the token field is populated.

Verfügbare Optionen:
processing,
ready
token
string

The solved verification token (token APIs). Present only when status is 'ready'.

solution
object

The recognition result for recognition/recaptcha2 and recognition/hcaptcha. Present only when status is 'ready'.

text
string

The recognized text for recognition/image2text. Present only when status is 'ready'.