Skip to main content
POST /getTask Poll this endpoint using the task_id obtained from /createTask to check the status and retrieve the final result.

Request Body

  • task_id (string, Required): The ID returned by /createTask.

Response Example (Processing)

If the task is still running:

Response Example (Completed - Success)

If the task completed successfully:
  • The token field contains the solved Arkose session token.

Response Example (Completed - Failure)

If the task failed during solving: