# owo-network/deeplx

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/owo-network-deeplx).**

8,571 stars · 641 forks · Go · MIT

## Links

- GitHub: https://github.com/OwO-Network/DeepLX
- Homepage: https://ssa.sx/deeplx
- awesome-repositories: https://awesome-repositories.com/repository/owo-network-deeplx.md

## Topics

`bobplugin` `deepl`

## Description

DeepLX is a self-hosted translation API server that provides free access to DeepL translation services without requiring a paid API token or account. It functions as a token-free proxy, enabling programmatic text translation between languages through a single HTTP endpoint.

The server accepts JSON-based requests with source and target language parameters, supporting automatic source language detection and validation of language codes. It processes each translation request independently in a stateless manner, and offers optional bearer token authentication to restrict access to authorized clients. The API can be deployed on your own infrastructure for private or team use, with a free oneshot endpoint available that requires no account or authentication.

Documentation covers deployment as a standalone server and API usage through standard HTTP POST requests.

## Tags

### Web Development

- [Token-Free](https://awesome-repositories.com/f/web-development/api-proxies/token-free.md) — Proxies translation requests to DeepL's web API without requiring user authentication or API tokens.
- [DeepL](https://awesome-repositories.com/f/web-development/api-proxies/deepl.md) — Provides free access to DeepL translation through a proxy without requiring a paid API token or account.
- [Free Translation](https://awesome-repositories.com/f/web-development/api-proxies/free-translation.md) — Runs a translation API server that proxies DeepL without requiring an API token or paid account.
- [Free Translation Endpoints](https://awesome-repositories.com/f/web-development/translation-api-endpoints/free-translation-endpoints.md) — Provides a free oneshot translation endpoint that requires no account or token for access. ([source](https://deeplx.owo.network/endpoints/free.html))

### Artificial Intelligence & ML

- [Token-Free](https://awesome-repositories.com/f/artificial-intelligence-ml/artificial-intelligence-tooling/language-model-integrations/translation-services/token-free.md) — Eliminates the need for API tokens or accounts, offering unrestricted access to DeepL translations.
- [Natural Language Code Detectors](https://awesome-repositories.com/f/artificial-intelligence-ml/language-detection-tools/source-code-language-detectors/natural-language-code-detectors.md) — Provides automatic source language detection for translation requests using standard language codes. ([source](https://deeplx.owo.network/endpoints/free.html))
- [Language Translation & Detection](https://awesome-repositories.com/f/artificial-intelligence-ml/language-translation-detection.md) — Provides an API for translating text between languages with support for source language detection and target language specification.
- [Text Translation Services](https://awesome-repositories.com/f/artificial-intelligence-ml/text-translation-services.md) — Translates text between languages using a translation engine without requiring a paid API token or account. ([source](https://deeplx.owo.network))
- [Translation API Endpoints](https://awesome-repositories.com/f/artificial-intelligence-ml/text-translation-services/translation-api-endpoints.md) — Ships a single POST endpoint that accepts source text, source language, and target language and returns translated results. ([source](https://deeplx.owo.network/integration/curl.html))
- [Translation Language Code Validators](https://awesome-repositories.com/f/artificial-intelligence-ml/prompt-language-validation/translation-language-code-validators.md) — Rejects requests with unsupported language codes with a 400 error before translation proceeds. ([source](https://deeplx.owo.network/endpoints/free.html))

### DevOps & Infrastructure

- [Translation Servers](https://awesome-repositories.com/f/devops-infrastructure/self-hosted-infrastructure-platforms/translation-servers.md) — Ships a translation server that can be deployed on your own infrastructure for private or team use.
- [Translation](https://awesome-repositories.com/f/devops-infrastructure/rest-api-endpoint-management/single-endpoint-apis/translation.md) — Exposes a single POST endpoint that accepts source text, source language, and target language parameters.

### Content Management & Publishing

- [Translation Code Validators](https://awesome-repositories.com/f/content-management-publishing/language-code-normalization/translation-code-validators.md) — Validates language codes against a predefined list before processing, returning 400 errors for unsupported codes.
