bruno/memori-engine/NLP/Checks the words of a sentence for their definition in the word--vector dictionary.bru
2025-03-26 16:08:31 +02:00

23 lines
285 B
Plaintext

meta {
name: Checks the words of a sentence for their definition in the word
vector dictionary.
type: http
seq: 5
}
post {
url: {{baseUrl}}/memori/v2/CheckWords/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"text": ""
}
}