FILE TRANSLATION CALLBACK
File Translation Callback
When file translation is finished, the result will be sent to the callback URL with a translation ID.
Callback Request Sample
{
"status": "success",
"data": {
"translateId": "8c76e418-9842-455b-aac1-5be28e8e4e94",
"done": false,
"langs": [
"en"
],
"fieldId": 1,
"createdAt": "2019-07-21T17:32:28Z",
"items": [
{
"translateItemId": "8c76e418-9842-455b-aac1-5be28e8e4e94",
"lang": "ja",
"wordCount": 1000,
"detectedLang": "en",
"done": true,
"originalName": "test.pdf",
"downloaded": true,
"error": false
}
]
}
}