23 lines
285 B
Plaintext
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": ""
|
|
}
|
|
}
|