Skip to main content
POST
File import for a Memory

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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

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

The body is of type file.

Response

A status object.

id
integer

A unique Memory identifier.

Example:

123

isProcessing
integer

The current state of the import.

Example:

1