CreateTask
Example Request
POST https://api.scrapeless.com/api/v1/createTask
Host: api.scrapeless.com
Content-Type: application/json
{
"actor": "captcha.recaptcha",
"proxy": "your proxy",
"input": {
"version": "v3",
"pageURL": "https://www.targetsite.com",
"siteKey": "6LcDVOEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"pageAction": "LOGIN"
}
}
After you submit data to our API, you will receive a “taskId” in the response if successful.
Example Response
{
"state": "idle",
"success": true,
"taskId": "e9995aa6-f9da-4f98-a2d7-3558a8471809"
}