Logo Data Hunter {store}

Detect Sensitive Data

Analyze text from form data.
Tools: Text
Loading...
Current path: /tools/text/sensetive/detect

Available methods and their JSON schemas

post Detect Sensitive Data
Tools: Text

Analyze text from form data.

JSON Document Schema:
{
  "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]"
    }
  ]
}