Saltearse al contenido

AntiSpam API Logs

Esta página aún no está disponible en tu idioma.

The Logs tab in the AntiSpam section of the App allows you to view all requests made to the AntiSpam API, including both Proof of Work (PoW) challenges and Spam Filter operations.

Privacy Considerations

To prioritize user privacy, the following logging policies are enforced:

  • No request or response bodies are logged by default, unless explicitly requested (details below).
  • IP addresses are anonymized, with the last section zeroed out.
  • Request and response bodies are automatically deleted after 72 hours (3 days).

Enabling Request or Response Body Logging

By default, the logging of request and response bodies is disabled. If needed for debugging, you can enable this feature on a per-request basis for the POST /api/v1/classify endpoint by including the following fields in the JSON payload:

{
"ipAddress": "0.0.0.0",
"text": "...",
"logRequestBody": true,
"logResponseBody": true
}
  • logRequestBody: Enables logging of the request body.
  • logResponseBody: Enables logging of the response body.

Body logging feature is only available for the Spam Filter and should be used exclusively for debugging due to privacy considerations.

To view the logged request or response bodies, navigate to the “More” menu in the Logs tab and click “Details”.