Skip to main content
List the packages your account has purchased, including active status and remaining solves.

Request

Body Parameters

Response

Response Fields

Accounts with no packages receive packages: []. See available packages to purchase.

Using tokenPackage to create a task against a package

When creating a captcha task, use tokenPackage instead of your regular clientKey — the system charges the package directly:
POST /v2/createTask
The system deducts directly from the package’s remaining, not from balance.

When does a package run out?

If remaining = 0 or isActive = false, calling createTask with that package token returns ERROR_PACKAGE_EXHAUSTED or ERROR_PACKAGE_EXPIRED.
How to handle: buy a new package — the old one will automatically stop working.

Examples