POST
/
v2
/
memories
/
termbase
/
export
Termbase export for a Memory
curl --request POST \
  --url https://api.lilt.com/v2/memories/termbase/export
{
  "id": 123,
  "is_processing": 1
}

Authorizations

key
string
query
required

Query Parameters

id
integer
required

A unique Memory identifier.

Response

A status object.

id
integer

A unique Memory identifier.

Example:

123

is_processing
integer

The current state of the import.

Example:

1