API Reference
Directly interact with the Languager engine via our REST API.
GET
/v1/translationsFetch translations for a set of strings in a specific target language.
POST
/v1/cache/purgeManually purge the translation cache for specific strings or an entire language.
GET
/v1/languagesList all active languages for your project.
Authentication
All API requests must be authenticated using your project API key sent in the X-API-Key header.
curl -H "X-API-Key: YOUR_KEY" https://api.languager.ai/v1/languages