Skip to content
  • There are no suggestions because the search field is empty.

Pseudo translations

We can provide back Pseudo translated files for testing purposes.

Request Headers

API requests are authenticated by the Bearer Token.

Content-Type: multipart/form-data; charset=utf-8; Authorization: Bearer {access_token}

Generate Pseudo translation

To generate a Pseudo translation you need to carry out the following steps:

  1. POST a file for Pseudo translation to https://sandbox.strakertranslations.com/v3/translate/file and receive a job key. See - Translate 
  2. POST the job key to https://sandbox.strakertranslations.com/v3/translate/pseudotranslate
  3. GET the pseudo translations status by querying https://sandbox.strakertranslations.com/v3/translate/pseudotranslate/?job_key={job_key}
  4. If Pseudo translation is complete you will receive back the following response with a download URL:

     "translated_file": [
    {
    "tl": "Pseudotranslation",
    "download_url": "https://ibm-sandbox.strakertranslations.com/v1/translate/download?u={xxxxxxxxxxxxxxxxxxxxx}"
    }
    ]