Last updated 2 months ago
Solves a sync challenge
API Key
POST /solve/nudata/sync HTTP/1.1 Host: api.antibotaio.dev Content-Type: application/json Accept: */* Content-Length: 102 { "body": "text", "href": "text", "language": "text", "timezone": "text", "user_agent": "text", "website": "text" }
OK
{ "id": "text", "solution": "text" }
Solves a widget challenge
Task ID
POST /solve/nudata/widget/{id} HTTP/1.1 Host: api.antibotaio.dev Content-Type: application/json Accept: */* Content-Length: 15 { "body": "text" }
{ "solution": "text" }