Versions Compared

Key

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

...

Parameter

Type

Required

Purpose

clientKey

String

Yes

Client account key, can be found here

task

Task type object

Yes

Task data. See list of available object descriptions here.

softId

Int

No

Application ID, required for 3rd party developers who want to receive 30% of customer spending.

callbackUrl

String

No

Optional web address where we will send result of captcha task processing. Contents are sent by POST request and are same to the contents of getTaskResult method. The content of the response is not checked and you must accept the request in 2 seconds then the connection will be closed.

...