Features
API-First Workflow
Lezu is built for teams that want localization to be automated and repeatable.
You can use the API from:
- CI pipelines
- Backend services
- Translation import scripts
- Internal admin tools
- Product dashboards
How It Works
- Create or sign in to a Lezu account.
- Create an API key with the scopes your integration needs.
- Call the documented
/v1endpoints. - Store the returned project IDs, release IDs, and job IDs in your own workflow.
Example Use Case
A deployment pipeline can:
- Upload the latest
en.json. - Translate missing Dutch, French, and German values.
- Publish a release.
- Save the release bundle URL for the app build.
Relevant Endpoints
| Method | Endpoint | Purpose |
|---|---|---|
GET |
/health |
Check API availability. |
GET |
/v1/users/me |
Read the current user. |
GET |
/v1/api-keys |
List API keys. |
POST |
/v1/api-keys |
Create an API key. |
DELETE |
/v1/api-keys/:apiKeyId |
Revoke an API key. |