|
Knowledgebase
EnterprisePlatform
PlatformAPI
React (MCP)CLIIntegrationsReact (Lingo Compiler)
Alpha
GuidesChangelog

Synchronous

  • How it works
  • Localize
  • Recognize

Asynchronous

  • Localization
  • Provisioning

Localization API

Max PrilutskiyMax Prilutskiy·Updated 23 days ago·1 min read

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_key

API 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.

Next Steps#

Localize
Translate key-value pairs from one locale to another
Recognize
Detect the language of arbitrary text
Provision
Create and configure localization engines programmatically
API Keys
Generate and manage API keys for your organization

Was this page helpful?