POST
/
v2
/
translate
/
file
Translate a File
curl --request POST \
  --url https://api.lilt.com/v2/translate/file
[
  {
    "id": 1,
    "fileId": "2,",
    "status": "InProgress",
    "createdAt": 1609357135
  }
]

Authorizations

key
string
query
required

Query Parameters

fileId
string
required

List of File ids to be translated, comma separated.

memoryId
string
required

Id of Memory to use in translation.

configId
number

An optional pararameter to specify an import configuration to be applied when extracting translatable content from this file.

withTM
boolean

An optional boolean parameter to toggle the use of Translation Memory in the translation of the file.

Response

200
application/json

Translation Info

List of TranslationInfo objects