Overview

post

Solves a sync challenge

Header parameters
X-API-KeyanyRequired

API Key

Body
bodystringRequired
hrefstringOptional
languagestringRequired
timezonestringRequired
user_agentstringRequired
websitestringRequired
Responses
200
OK
application/json
post
POST /solve/nudata/sync HTTP/1.1
Host: api.antibotaio.dev
Content-Type: application/json
Accept: */*
Content-Length: 148

{
  "args": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "body": "text",
  "href": "text",
  "language": "text",
  "timezone": "text",
  "user_agent": "text",
  "website": "text"
}
{
  "device": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "id": "text",
  "solution": "text"
}
post

Solves a widget challenge

Path parameters
idanyRequired

Task ID

Header parameters
X-API-KeyanyRequired

API Key

Body
bodystringRequired
Responses
200
OK
application/json
post
POST /solve/nudata/widget/{id} HTTP/1.1
Host: api.antibotaio.dev
Content-Type: application/json
Accept: */*
Content-Length: 61

{
  "args": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "body": "text"
}
{
  "device": {
    "ANY_ADDITIONAL_PROPERTY": "anything"
  },
  "solution": "text"
}

Last updated