POST
/
v2
/
memories
/
import
File import for a Memory
curl --request POST \
  --url https://api.lilt.com/v2/memories/import \
  --header 'Content-Type: application/octet-stream' \
  --header 'memory_id: <memory_id>' \
  --header 'name: <name>'
{
  "id": 123,
  "isProcessing": 1
}

Authorizations

key
string
query
required

Headers

memory_id
integer
required

A unique Memory identifier.

name
string
required

Name of the TM or termbase file.

sdlxliff_filters
object[]

Contains Filter information Unique to SDLXLIFF

has_header_row
boolean

A flag indicating whether an imported Termbase CSV has a header row or not (the default value is false).

skip_duplicates
boolean

A flag indicating whether or not to skip the import of segments which already exist in the memory. (the default value is false).

Body

application/octet-stream · file

The file contents to be uploaded. The entire POST body will be treated as the file.

The body is of type file.

Response

200
application/json

A status object.

The response is of type object.