Models

Error

Standard error response format

Error Response Shape

All endpoints return errors in this unified envelope.

{
  "success": false,
  "error": {
    "code": "INVALID_URL",
    "message": "The provided URL is not valid"
  }
}

Fields

  • success (boolean): always false for errors
  • error.code (string): machine-readable error code — see Error Codes
  • error.message (string): human-readable error description