2captcha-0.1.0.0: Haskell package for easy integration with the 2captcha API.
Safe HaskellNone
LanguageHaskell2010

TwoCaptcha.Internal.Types.CoordinateCaptcha

Synopsis

Documentation

newtype CoordinateCaptcha Source #

Parameters used to solve a coordinate captcha.

coordinateCaptcha :: CoordinateCaptcha Source #

Parameters used to solve a coordinate captcha.

Required parameters:

Optional parameters:

Possible method values:

  • post - defines that you're sending an image with multipart form
  • base64 - defines that you're sending a base64 encoded image

Starred required parameter rules:

  • file is only required if captcha = "post"
  • body is only required if captcha = "base64"

coordinateReCAPTCHAImage :: Lens' CoordinateCaptcha (Maybe Bool) Source #

Defines that you're sending a reCAPTCHA as an image.