200 | Ok | The request was successfully fulfilled. |
202 | Accepted | The request has been accepted for processing. |
204 | No content | The job you requested is still in progress and has not yet been completed. |
400 | Multiple error messages | The request structure is invalid. This may be due to a misspelled parameter or an incorrect value. More details, will be provided in the response body. |
401 | Authorization header not provided Invalid authorization header Client not found | The request is missing the required Authorization header, or the provided credentials are invalid. |
403 | Forbidden | You do not have the necessary permissions to access this resource. |
404 | Not Found | The requested task ID cannot be found or is no longer available. |
422 | Unprocessable Entity | There is an issue with the payload you submitted. Please ensure it is properly formatted and contains a valid JSON object. |
429 | Too many requests | You exceeded the rate limit of your current subscription or requests to a domain are limited due to a low success rate. |
500 | Internal Server Error | We’re currently experiencing some technical difficulties on our end. Please try your request again shortly. |
524 | Timeout | Service unavailable. |
612 | Undefined Internal Error | An unexpected error occurred, and we were unable to process the job you submitted. Please try your request again shortly. |
613 | Faulted After Too Many Retries | An unexpected error occurred, and we were unable to process the job you submitted. Please try your request again shortly. |
999 | Generic error triggered by server-side restrictions or anti-bot mechanisms | Please try your request again without JS Rendering (headless: "html") parameter. |