Newchaining_hash leaves the documentation
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog
ErrorsAll codes

REQUEST_BLOCKED

A security filter at the edge rejected this request before the API saw its body. This usually happens because a text field contains something that looks like code or markup (HTML tags, scripts). Review the request body and try again.


Category: General

Example response

When this error occurs, the API returns a JSON response with the following shape:

{
  "type": "https://docs.beel.es/errors/REQUEST_BLOCKED",
  "title": "REQUEST_BLOCKED",
  "detail": "A security filter at the edge rejected this request before the API saw its body. This usually happens because a text field contains something that looks like code or markup (HTML tags, scripts). Review the request body and try again.",
  "instance": "/v1/<resource>",
  "errors": [],
  "success": false,
  "error": {
    "code": "REQUEST_BLOCKED",
    "message": "A security filter at the edge rejected this request before the API saw its body. This usually happens because a text field contains something that looks like code or markup (HTML tags, scripts). Review the request body and try again.",
    "details": {}
  },
  "meta": {
    "timestamp": "2026-05-21T10:00:00Z",
    "request_id": "4bf92f3577b34da6a3ce929d0e0e4736"
  }
}

The type URI is stable and always resolves to this page.

Message

A security filter at the edge rejected this request before the API saw its body. This usually happens because a text field contains something that looks like code or markup (HTML tags, scripts). Review the request body and try again.
Un filtro de seguridad del borde ha rechazado esta petición antes de que la API viera el cuerpo. Suele deberse a contenido que parece código o marcado (etiquetas HTML, scripts) en algún campo de texto. Revisa el cuerpo de la petición y vuelve a intentarlo.
Un filtre de seguretat del marge ha rebutjat aquesta petició abans que l'API en veiés el cos. Sol passar per contingut que sembla codi o marcatge (etiquetes HTML, scripts) en algun camp de text. Revisa el cos de la petició i torna-ho a provar.

Send the request with Accept-Language: <es|en|ca> to receive the message in your preferred language.

Other errors in this category

Keep exploring