Create Task Errors
Errors returned synchronously byPOST /createTask before the task is queued.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every error returned by /createTask.
POST /createTask before the task is queued.
| Message | Meaning |
|---|---|
Missing API key | No apikey header provided |
Missing siteurl | siteurl is required for all task types |
Missing sitekey | sitekey required for hCaptcha and Turnstile |
Missing proxy | Proxy required for this task type |
Missing datadomejsurl | DataDome datadomejsurl is required |
Missing ddjskey | DataDome ddjskey is required |
Missing ddoptions | DataDome ddoptions is required |
| Message | Meaning |
|---|---|
Invalid API key | API key not found in the database |
{
"status": "error",
"message": "Missing sitekey"
}