EverySolve CAPTCHA API

Prosopo Procaptcha API

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

Prosopo Procaptcha is a site-key widget that can present proof-of-work or visual challenges according to its deployment. It returns a Procaptcha token. A data-sitekey attribute alone does not make it reCAPTCHA, hCaptcha, or Turnstile.

Endpoint
POST /api/v1/captcha
Type
prosopo
Per 1,000 successful solutions
$2.08 per 1,000 successful solutions

Request parameters

Provide website_url and website_key. This type does not declare optional parameters.

Required parameters

website_urlwebsite_key

Optional parameters

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

How to recognize Prosopo Procaptcha

Prosopo Procaptcha is a site-key widget that can present proof-of-work or visual challenges according to its deployment.

What makes Prosopo Procaptcha different

It returns a Procaptcha token. A data-sitekey attribute alone does not make it reCAPTCHA, hCaptcha, or Turnstile.

Where the Prosopo Procaptcha parameters come from

Copy the Procaptcha site key from the target page as website_key and preserve that widget's website_url.

website_urlRequired
The exact page where this challenge appears, including the relevant path rather than only the site home page.
website_keyRequired
The public site or widget key copied from this exact target integration; it is not a secret key.

What the API returns

The Prosopo Procaptcha 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 Prosopo Procaptcha API

  1. 01Read GET /api/v1/captcha/types and select the prosopo entry.
  2. 02Send type: "prosopo" 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.

Prosopo Procaptcha integration questions

How can I identify Prosopo Procaptcha before choosing a type?

Prosopo Procaptcha is a site-key widget that can present proof-of-work or visual challenges according to its deployment. Use prosopo only after those signals match the target challenge.

Which target-page values belong in a Prosopo Procaptcha request?

Copy the Procaptcha site key from the target page as website_key and preserve that widget's website_url. Provide website_url and website_key. This type does not declare optional parameters.

What does Prosopo Procaptcha return, and what should not be confused with it?

The Prosopo Procaptcha API returns a token in token. Its solution format is token. It returns a Procaptcha token. A data-sitekey attribute alone does not make it reCAPTCHA, hCaptcha, or Turnstile.

Which external source explains the Prosopo Procaptcha integration?

Prosopo documents Procaptcha setup and its site-key integration. [Open the Prosopo Procaptcha reference](https://docs.prosopo.io/en/basics/). EverySolve-specific fields and live availability still come from the type catalog.