bruno/memori-engine/NLP/Looks up the vector definition for a word.bru
2025-03-26 16:08:31 +02:00

17 lines
220 B
Plaintext

meta {
name: Looks up the vector definition for a word.
type: http
seq: 1
}
get {
url: {{baseUrl}}/memori/v2/WordVector/:strSessionID/:word
body: none
auth: none
}
params:path {
strSessionID:
word:
}