Pricing 
API Pricing

Try For Free Now

Dark

Light

FILE TRANSLATION CALLBACK
File Translation Callback
When file translation is finished, the result will be sent to the callback URL with a translation ID.
By setting the callback URL, it is possible to be informed when the file translation is finished.
Only one callback URL can be set for each access key.
You can use callback API to get/ update/ delete the callback URL.
When file translation is finished, the result will be sent to the callback URL. (Check the following sample.)
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
          }
        ]
    }
}
©️ 2019 Rozetta API  ・  Powered by Rozetta

Rozetta Corp.

^