Analizar texto a partir de datos de formulario.
{
"Path": "/tools/text/sensetive/detect",
"Method": "post",
"Tag": "Tools: Text",
"Summary": "Detect Sensitive Data",
"Description": "Analyze text from form data.",
"consumes": null,
"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]",
"x-load-url": null,
"x-link-child": null
}
]
}