Downloads the termbase export for the given memory as a CSV file.
Ensure you first call the /2/memories/termbase/export
endpoint to
start the export process before you try to download it.
curl -X GET https://api.lilt.com/v2/memories/termbase/download?key=API_KEY&id=ID
A unique Memory identifier.
A file.
The response is of type string<byte>
.