bruno/memori-engine/NLP/Checks the words of a sentence for their definition in the word--vector dictionary.bru

23 lines
285 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Checks the words of a sentence for their definition in the word
vector dictionary.
2024-07-16 10:15:30 +02:00
type: http
seq: 5
}
post {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/CheckWords/:strSessionID
2024-07-16 10:15:30 +02:00
body: json
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
}
body:json {
{
"text": ""
}
2024-07-16 10:15:30 +02:00
}