The Lingo.dev localization API provides endpoints for translating key-value data through a configured localization engine, detecting the language of arbitrary text, and provisioning engines programmatically.
Authentication#
All API requests require an API key passed in the X-API-Key header.
bash
X-API-Key: your_api_keyAPI keys are scoped to an organization. Each key has access to all localization engines within that organization. Generate keys in the API Keys section of the dashboard.
Key visibility
API keys are shown only once at creation. Store them securely - they cannot be retrieved after the initial display.
