bruno/memori-engine/NLP/Searches for the 10 words most semantically similar words to the--specified word.bru
2025-03-26 16:08:31 +02:00

18 lines
261 B
Plaintext

meta {
name: Searches for the 10 words most semantically similar words to the
specified word.
type: http
seq: 2
}
get {
url: {{baseUrl}}/memori/v2/SimilarWords/:strSessionID/:word
body: none
auth: none
}
params:path {
strSessionID:
word:
}