Отправляет два отдельных текстовых поля из формы в службу Python NLP.
{
"Path": "/tools/text/compare",
"Method": "post",
"Tag": "Tools: Text",
"Summary": "Compare semantic similarity",
"Description": "Sends two separate text fields from a FORM to the Python NLP service.",
"consumes": null,
"Parameters": [
{
"name": "text1",
"in": "formData",
"description": "First text string",
"required": false,
"type": "string",
"default": "Hello world",
"x-load-url": null,
"x-link-child": null
},
{
"name": "text2",
"in": "formData",
"description": "Second text string",
"required": false,
"type": "string",
"default": "Hello universe",
"x-load-url": null,
"x-link-child": null
}
]
}