cURL
curl --request GET \ --url 'https://api.lilt.com/v2/memories/query?key='
[ { "source": "The red bus.", "target": "Le bus rouge.", "score": 100, "metadata": {} } ]
Perform a translation memory query.
A unique Memory identifier.
A source query.
Maximum number of results to return.
A list of TranslationMemoryEntry objects.
The source string.
"The red bus."
The target string. Tags will be automatically placed according to the query string.
"Le bus rouge."
The fuzzy match score.
100
Attributes describing the translation memory entry.
Was this page helpful?