Exports the termbase entries for the given memory into a CSV file.
Calling this endpoint will begin the export process in the background.
Check that the processing is complete by polling the GET /2/memories
endpoint. When the is_processing
value is 0 then call the
POST /2/memories/termbase/download
endpoint.
curl -X POST https://api.lilt.com/v2/memories/termbase/export?key=API_KEY&id=ID
A unique Memory identifier.
A status object.
The response is of type object
.