meta { name: Computes the similarity between a reference and a comparison sentences- type: http seq: 4 } post { url: https://engine.memori.ai/memori/v2/ComputeSimilarity/{strSessionID} body: json auth: none } params:path { strSessionID: } body:json { { "referenceText": "", "referenceTextType": "", "comparisonText": "", "comparisonTextType": "" } }