POST
/
v2
/
memories
Create a Memory
curl --request POST \
  --url https://api.lilt.com/v2/memories \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "automotive",
  "srclang": "en",
  "trglang": "fr",
  "srclocale": "US",
  "trglocale": "FR"
}'
{
  "id": 1234,
  "srclang": "en",
  "trglang": "fr",
  "srclocale": "US",
  "trglocale": "FR",
  "name": "Acme Corp Support Content",
  "is_processing": false,
  "version": 78,
  "created_at": 1489147692,
  "updated_at": 1489147692,
  "resources": [
    "<string>"
  ]
}

Authorizations

key
string
query
required

Body

application/json

The Memory resource to create.

The body is of type object.

Response

200
application/json

A Memory object.

A Memory is a collection of parallel (source/target) segments from which a MT/TM model is trained. When a translator confirms a segment in the Interface, a parallel segment is added to the Memory. Parallel segments from existing translation memories and bitexts can also be added to the Memory via the API.