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

  1. Create or sign in to a Lezu account.
  2. Create an API key with the scopes your integration needs.
  3. Call the documented /v1 endpoints.
  4. Store the returned project IDs, release IDs, and job IDs in your own workflow.

Example Use Case

A deployment pipeline can:

  1. Upload the latest en.json.
  2. Translate missing Dutch, French, and German values.
  3. Publish a release.
  4. 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.