NLP
Path parameters
strSessionIDstringRequired
The session ID
Body
Specifications for requests requiring a sentence.
textstring | nullableOptional
Text of the sentence. Required.
Responses
200
Success
application/json
post
/memori/v2/GuessLanguage/{strSessionID}200
Success
Path parameters
strSessionIDstringRequired
The session ID
Body
Specifications for requests requiring a two sentences.
referenceTextstring | nullableOptional
Text of the reference sentence. Required.
referenceTextTypestring | nullableOptional
Type of reference text, i.e. question or answer. Required. Only types supported are: QUESTION ANSWER
comparisonTextstring | nullableOptional
Text of the comparison sentence. Required.
comparisonTextTypestring | nullableOptional
Type of comparison text, i.e. question or answer. Required. Only types supported are: QUESTION ANSWER
Responses
200
Success
application/json
post
/memori/v2/ComputeSimilarity/{strSessionID}200
Success
Path parameters
strSessionIDstringRequired
The session ID
Body
Specifications for requests requiring a sentence.
textstring | nullableOptional
Text of the sentence. Required.
Responses
200
Success
application/json
post
/memori/v2/CheckWords/{strSessionID}200
Success
This API requires a Giver session.
Path parameters
strSessionIDstringRequired
The session ID
Body
Specifications for requests requiring a sentence.
textstring | nullableOptional
Text of the sentence. Required.
Responses
200
Success
application/json
post
/memori/v2/CheckNSFW/{strSessionID}200
Success
Last updated