cURL
curl --request GET \ --url https://api.lilt.com/v2/memories/query
[ { "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 response is of type MemoryQueryResponse · object[].
MemoryQueryResponse · object[]
Was this page helpful?