createTask

request

POST

body
{
  "apikey": "YOUR API KEY",
  "sitekey": "2CB16598-C...",
  "fingerprint": {
    "proxy": "host:port:login:password",
    "datablob": "the datablob value",
    "user_agent": "Mozilla...",
    "accept_language": "en-US,en;q=0.9"
  }
}

body object

property namedesc

apikey

Your apikey here

sitekey

target publickey

fingerprint

optional, we will use the fingerprint information you provide to perform the captcha solving session. If not provided, we will use our random information.

fingerprint object

property namedesc

proxy

host:port:login:password host:port

whitelist: 5.39.216.253

datablob

datablob, we will use this value to solve captcha

user_agent

optional

accept_language

optional

response

{
  "status": "OK",
  "task_id": 123456
}

Last updated