EverySolve CAPTCHA API
AWS WAF CAPTCHA API
EverySolve's AWS WAF CAPTCHA API returns cookie values for your challenge workflow. Send POST /api/v1/captcha with type set to aws_waf and the inputs listed below.
AWS WAF CAPTCHA is a page or application challenge that establishes a browser token after the challenge is completed. This task returns cookie data for later requests. aws_waf_classify only identifies locations in challenge images and does not establish passage.
- Endpoint
- POST /api/v1/captcha
- Type
- aws_waf
- Per 1,000 successful solutions
- $2.22 per 1,000 successful solutions
Request parameters
Provide website_url. This type does not declare optional parameters.
Required parameters
website_urlOptional parameters
curl -X POST https://api.everyinfra.com/api/v1/captcha \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type":"aws_waf","website_url":"<website_url>"}'
How to recognize AWS WAF CAPTCHA
AWS WAF CAPTCHA is a page or application challenge that establishes a browser token after the challenge is completed.
What makes AWS WAF CAPTCHA different
This task returns cookie data for later requests. aws_waf_classify only identifies locations in challenge images and does not establish passage.
Where the AWS WAF CAPTCHA parameters come from
website_url must identify the protected page whose challenge is being handled.
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 AWS WAF CAPTCHA API returns cookie values in cookie. Its solution format is cookie. Attach the returned cookie fields to subsequent requests for the same workflow.
- Solution shape
- cookie
- Solution fields
cookie
How to use the AWS WAF CAPTCHA API
- 01Read GET /api/v1/captcha/types and select the
aws_wafentry. - 02Send
type: "aws_waf"and the required parameters to POST /api/v1/captcha. - 03Read cookie values from
cookie. - 04Attach the returned cookie fields to subsequent requests for the same 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.
AWS WAF CAPTCHA integration questions
How can I identify AWS WAF CAPTCHA before choosing a type?
AWS WAF CAPTCHA is a page or application challenge that establishes a browser token after the challenge is completed. Use aws_waf only after those signals match the target challenge.
Which target-page values belong in a AWS WAF CAPTCHA request?
website_url must identify the protected page whose challenge is being handled. Provide website_url. This type does not declare optional parameters.
What does AWS WAF CAPTCHA return, and what should not be confused with it?
The AWS WAF CAPTCHA API returns cookie values in cookie. Its solution format is cookie. This task returns cookie data for later requests. aws_waf_classify only identifies locations in challenge images and does not establish passage.
Which external source explains the AWS WAF CAPTCHA integration?
AWS documents its CAPTCHA and Challenge actions and browser token behavior. [Open the AWS WAF CAPTCHA reference](https://aws.amazon.com/waf/). EverySolve-specific fields and live availability still come from the type catalog.