EverySolve CAPTCHA API
Alibaba CAPTCHA API
EverySolve's Alibaba CAPTCHA API returns a token for your challenge workflow. Send POST /api/v1/captcha with type set to alibaba and the inputs listed below.
Alibaba Cloud CAPTCHA can appear as a click-through, slider, puzzle, or other risk-adaptive widget; it is not Alibaba's separate page-level shield. The returned token belongs to the widget verification flow; do not treat it as a page-access cookie.
- Endpoint
- POST /api/v1/captcha
- Type
- alibaba
- Per 1,000 successful solutions
- $1.25 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":"alibaba","website_url":"<website_url>"}'
How to recognize Alibaba CAPTCHA
Alibaba Cloud CAPTCHA can appear as a click-through, slider, puzzle, or other risk-adaptive widget; it is not Alibaba's separate page-level shield.
What makes Alibaba CAPTCHA different
The returned token belongs to the widget verification flow; do not treat it as a page-access cookie.
Where the Alibaba CAPTCHA parameters come from
website_url must be the page containing the widget. The client integration exposes scene and application identifiers, but this EverySolve type currently asks for the page URL.
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 Alibaba 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 Alibaba CAPTCHA API
- 01Read GET /api/v1/captcha/types and select the
alibabaentry. - 02Send
type: "alibaba"and the required parameters to POST /api/v1/captcha. - 03Read a token from
token. - 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.
Alibaba CAPTCHA integration questions
How can I identify Alibaba CAPTCHA before choosing a type?
Alibaba Cloud CAPTCHA can appear as a click-through, slider, puzzle, or other risk-adaptive widget; it is not Alibaba's separate page-level shield. Use alibaba only after those signals match the target challenge.
Which target-page values belong in a Alibaba CAPTCHA request?
website_url must be the page containing the widget. The client integration exposes scene and application identifiers, but this EverySolve type currently asks for the page URL. Provide website_url. This type does not declare optional parameters.
What does Alibaba CAPTCHA return, and what should not be confused with it?
The Alibaba CAPTCHA API returns a token in token. Its solution format is token. The returned token belongs to the widget verification flow; do not treat it as a page-access cookie.
Which external source explains the Alibaba CAPTCHA integration?
Alibaba Cloud's CAPTCHA documentation explains the client-side widget and server verification flow. [Open the Alibaba CAPTCHA reference](https://help.aliyun.com/zh/captcha/). EverySolve-specific fields and live availability still come from the type catalog.