API Reference

Directly interact with the Languager engine via our REST API.

GET/v1/translations

Fetch translations for a set of strings in a specific target language.

POST/v1/cache/purge

Manually purge the translation cache for specific strings or an entire language.

GET/v1/languages

List 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