EverySolve CAPTCHA API

Hunt CAPTCHA API

EverySolve's Hunt CAPTCHA API returns a token for your challenge workflow. Send POST /api/v1/captcha with type set to hunt and the inputs listed below.

Hunt is registered as a URL-based token task, but no stable public vendor signature is documented in the current evidence ledger. It returns a token. With no verified public signature, the catalog contract is authoritative and this page does not claim vendor-specific DOM selectors.

Endpoint
POST /api/v1/captcha
Type
hunt
Per 1,000 successful solutions
$1.53 per 1,000 successful solutions

Request parameters

Provide website_url. This type does not declare optional parameters.

Required parameters

website_url

Optional parameters

hunt.sh
curl -X POST https://api.everyinfra.com/api/v1/captcha \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"hunt","website_url":"<website_url>"}'

How to recognize Hunt CAPTCHA

Hunt is registered as a URL-based token task, but no stable public vendor signature is documented in the current evidence ledger.

What makes Hunt CAPTCHA different

It returns a token. With no verified public signature, the catalog contract is authoritative and this page does not claim vendor-specific DOM selectors.

Where the Hunt CAPTCHA parameters come from

Use only the exact page URL for a challenge already identified as Hunt; do not infer the type from a generic widget shape.

website_urlRequired
The exact page where this challenge appears, including the relevant path rather than only the site home page.

What the API returns

The Hunt CAPTCHA API returns a token in token. Its solution format is token. Submit the token in the field or verification request expected by the target workflow.

Solution shape
token
Solution fields
token

How to use the Hunt CAPTCHA API

  1. 01Read GET /api/v1/captcha/types and select the hunt entry.
  2. 02Send type: "hunt" and the required parameters to POST /api/v1/captcha.
  3. 03Read a token from token.
  4. 04Submit the token in the field or verification request expected by the target workflow.

Billing and availability

EverySolve charges only when a solution is delivered successfully. Unsuccessful attempts are refunded automatically. Read available and the price fields from GET /api/v1/captcha/types at request time rather than treating them as static page content.

Hunt CAPTCHA integration questions

How can I identify Hunt CAPTCHA before choosing a type?

Hunt is registered as a URL-based token task, but no stable public vendor signature is documented in the current evidence ledger. Use hunt only after those signals match the target challenge.

Which target-page values belong in a Hunt CAPTCHA request?

Use only the exact page URL for a challenge already identified as Hunt; do not infer the type from a generic widget shape. Provide website_url. This type does not declare optional parameters.

What does Hunt CAPTCHA return, and what should not be confused with it?

The Hunt CAPTCHA API returns a token in token. Its solution format is token. It returns a token. With no verified public signature, the catalog contract is authoritative and this page does not claim vendor-specific DOM selectors.

Is there a single vendor specification for Hunt CAPTCHA?

No reliable first-party external reference is currently attached to this generic identifier. The current parameter and response contract is therefore the hunt entry returned by GET /api/v1/captcha/types.