Documentation
API Errors

API Errors

result.status in response will be ERROR in case there was a problem. The response will look something like:

{
  "result": {
    "code": 1, // optional. only in /meta API
    "status": "ERROR",
    "reason": "Parameter 'url' not found"
  }
}

You can expect the following errors from the /meta API.

Meta Error Codes

CodeReason
1Parameter url not found
2Provided url is not valid
3Website does not allow crawling
4Provided url is out of reach
5Provided url is not a valid page

If need help in anything, please reach out to us via chat or email.