Logo Data Hunter {store}

Detectar datos confidenciales

Analizar texto a partir de datos de formulario.
Herramientas: Texto
Loading...
Camino actual: /tools/text/sensetive/detect

Métodos disponibles y sus esquemas JSON.

post Detectar datos confidenciales
Herramientas: Texto

Analizar texto a partir de datos de formulario.

Esquema de documento JSON:
{
  "Path": "/tools/text/sensetive/detect",
  "Method": "post",
  "Tag": "Tools: Text",
  "Summary": "Detect Sensitive Data",
  "Description": "Analyze text from form data.",
  "Parameters": [
    {
      "name": "text",
      "in": "formData",
      "description": "Text for analyze",
      "required": true,
      "type": "string",
      "default": "Send the document to Ivan Ivanov from Google in Moscow. Email [email protected]"
    }
  ]
}