EverySolve CAPTCHA API
SHEIN CAPTCHA API
EverySolve's SHEIN CAPTCHA API returns bounding-box coordinates for your challenge workflow. Send POST /api/v1/captcha with type set to shein and the inputs listed below.
The SHEIN task is a site-specific icon-location model rather than the general bounding-box task. It returns rects for the matching regions. Images from other sites should use a suitable generic point or box task instead.
- Endpoint
- POST /api/v1/captcha
- Type
- shein
- Per 1,000 successful solutions
- $2.36 per 1,000 successful solutions
Request parameters
Provide body. This type does not declare optional parameters.
Required parameters
bodyOptional parameters
curl -X POST https://api.everyinfra.com/api/v1/captcha \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"type":"shein","body":"<body>"}'
How to recognize SHEIN CAPTCHA
The SHEIN task is a site-specific icon-location model rather than the general bounding-box task.
What makes SHEIN CAPTCHA different
It returns rects for the matching regions. Images from other sites should use a suitable generic point or box task instead.
Where the SHEIN CAPTCHA parameters come from
Send the SHEIN challenge image in the request body; this contract does not accept a comment because the target icon family is predefined.
bodyRequired- The challenge payload itself. Its media type follows this page's task: image data for visual tasks and audio data for the audio task.
What the API returns
The SHEIN CAPTCHA API returns bounding-box coordinates in rects. Its solution format is boxes. Use each box's coordinates to identify or select a region in the source image.
- Solution shape
- boxes
- Solution fields
rects
How to use the SHEIN CAPTCHA API
- 01Read GET /api/v1/captcha/types and select the
sheinentry. - 02Send
type: "shein"and the required parameters to POST /api/v1/captcha. - 03Read bounding-box coordinates from
rects. - 04Use each box's coordinates to identify or select a region in the source image.
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.
SHEIN CAPTCHA integration questions
How can I identify SHEIN CAPTCHA before choosing a type?
The SHEIN task is a site-specific icon-location model rather than the general bounding-box task. Use shein only after those signals match the target challenge.
Which target-page values belong in a SHEIN CAPTCHA request?
Send the SHEIN challenge image in the request body; this contract does not accept a comment because the target icon family is predefined. Provide body. This type does not declare optional parameters.
What does SHEIN CAPTCHA return, and what should not be confused with it?
The SHEIN CAPTCHA API returns bounding-box coordinates in rects. Its solution format is boxes. It returns rects for the matching regions. Images from other sites should use a suitable generic point or box task instead.
Which external source explains the SHEIN CAPTCHA integration?
The linked SHEIN page is first-party deployment context, not a public integration specification. [Open the SHEIN CAPTCHA reference](https://us.shein.com/). EverySolve-specific fields and live availability still come from the type catalog.