Skip to main content
POST
JavaScript

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
captcha
enum<string>

CAPTCHA target to evaluate manually.

Available options:
turnstile,
cloudflare-challenge,
aliexpress,
recaptcha,
amazon
captchaType
enum<string>

CAPTCHA target to evaluate manually.

Available options:
turnstile,
cloudflare-challenge,
aliexpress,
recaptcha,
amazon
text
enum<string>

CAPTCHA target to evaluate manually.

Available options:
turnstile,
cloudflare-challenge,
aliexpress,
recaptcha,
amazon
iterations
integer
Required range: 1 <= x <= 20
maxIterations
integer
Required range: 1 <= x <= 20
solverType
enum<string>

Optional CAPTCHA solver mode. Set to visual to use the visual reCAPTCHA solver.

Available options:
visual
imageCaptchaParams
object[]
useUltraStealth
boolean

Response

CAPTCHA evaluation completed

success
boolean
captcha
enum<string> | null

CAPTCHA target to evaluate manually.

Available options:
turnstile,
cloudflare-challenge,
aliexpress,
recaptcha,
amazon
iterationsRequested
integer
iterationsRun
integer
solved
boolean
solvedCaptchas
enum<string>[]

CAPTCHA target to evaluate manually.

Available options:
turnstile,
cloudflare-challenge,
aliexpress,
recaptcha,
amazon
pages
object[]