String Web Access API
Fetch

Captcha solving

Captcha solving is on by default. Disable it to fail fast instead.

Captcha solving is enabled by default. When a target presents a captcha or interactive challenge, the API attempts to solve it as part of the request.

solveCaptcha

Set solveCaptcha: false to disable captcha-solving attempts. With it disabled, a request that hits a captcha or interactive challenge fails instead of spending solver work on the challenge.

curl https://request.usestring.ai/v1/fetch \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://example.com/protected", "solveCaptcha": false }'

On this page