Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Type

Required

Possible values

Description

type

String

yes

ComplexImageTask

Specifies the type of task object.

class

String

yes

funcaptcha

Specifies the class of task object.

imageUrls

Array

yes (if imagesBase64 is not filled)

[ “https://i.postimg.cc/s2ZDrHXy/fc1.jpg” ]

Single image 4x4, 3x3 or a new 1x1 captcha part (in an array).

imagesBase64

Array

yes (if imageUrls is not filled)

[ “/9j/4AAQSkZJRgABAQEAAAAAAAD…” ]

Single image 4x4, 3x3 or a new 1x1 captcha part in base64 format (in an array).

metadata.Task

String

yes

Pick the image that is the correct way up etc

Task text (in English)

userAgent

String

no

-

The browser User Agent used when uploading images if links were passed to imageUrls. You should use a modern browser signature or Google will return an error asking you to update your browser.

websiteURL

String

no

-

URL of the page where the captcha is solved.

...