Package translations

Log in to see full request history

Packaging is basically getting all translations together in the original format of your documents. As in some cases or with large files, this may take longer than normal (more than 10 seconds), this method is asynchronous by default. It will return a package key to let you track packaging status. When packaging is "complete", you can make a download call to download your translations.

If you provided a language code, only that language will be ready to download when the packaging status is "complete".

📘

Supported languages

For supported languages, see the "Supported languages" section.

🚧

Package key

Package is how you track your project's packaging process. With this key, you can make a call to /project/:id/package/check and see the status of packaging.

Path Params
int32
required

Project ID.

string
required

Optional language code. By specifying one, you can package the translation of only a specific language.

Form Data
boolean
Defaults to true

If you want to package and download the translation synchronously, mark this parameter as '0'. It will package the translation and then return the packaged file in the response, identical to /download call after an asynchronous /package call.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain