Overview

API reference

Export project data#

The verified public integration guide shows this export endpoint shape:

curl "<TOLGEE_API_URL>/v2/projects/export?ak=<PROJECT_API_KEY>" \
  --output data.zip
unzip data.zip
rm data.zip
<TOLGEE_API_URL>/v2/projects/export?ak=<PROJECT_API_KEY>

Output: a downloaded data.zip archive that is then unpacked into the current directory.

Authentication and placeholders#

<TOLGEE_API_URL> and <PROJECT_API_KEY> are placeholders. Get the correct values from the Tolgee project and deployment you are using. Do not put a project API key in a public browser bundle.

Full API specification#

For the complete, current endpoint reference, open the Tolgee REST API documentation.

The full API surface can change with the deployed Tolgee version. Treat the official API specification as authoritative for endpoint paths, parameters, and responses.

Next steps#

Updated

Was this page helpful?