To use deepl-php, you'll need an API authentication key. To get a key,please create an account here. With a DeepL API Free account you can translate up to 500,000 characters/month for free. Installation To use this library in your project, install it using Composer: ...
DeepL Free API for Serverless nodejsjavascripti18napitranslationserverlessdeeplfree-apideeplx UpdatedJan 15, 2025 JavaScript A Raycast Extension for looking up words or translating text in an easy way. Support 48+ languages, support Linguee and Youdao dictionary, support OpenAI, DeepL, Google, Bing,...
Errors are indicated by standard HTTP status codes. It is important to make sure that your application handles errors in an appropriate way. To that end, please consult the list of expected status code results that are provided with each endpoint's documentation in the API Reference. HTTP 429...
API translate(text, options) text Type:string The text to be translated options Type:object from Type:stringDefault:auto Thetextlanguage. Must beautoor one of the codes/names (not case-sensitive) contained inlanguages.js to Type:stringDefault:en ...
Next, instantiate a client and add a list of the language ISO codes that you’d like to download: client = lokalise.Client(os.getenv('API_KEY')) project_id = "23921143635688189927f8.87373707" target_isos = ["fr", "de"] You can find a language code by opening your Lokalise project,...
We intend to support all API functions with the library, though support for new features may be added to the library after they’re added to the API. Getting an authentication key To use the DeepL .NET Library, you'll need an API authentication key. To get a key, please create an ...
Language codes arecase-insensitivestrings according to ISO 639-1, for example'de','fr','ja''. Some target languages also include the regional variant according to ISO 3166-1, for example'en-US', or'pt-BR'. The full list of supported languages is in theAPI documentation. ...
Projects Security Insights Additional navigation options Files main .github http scripts .gitignore LICENSE Makefile README.md api.go deepl.go deepl_suite_test.go deepl_test.go example_test.go formality.go formality_test.go go.mod go.sum ...
API translate(text, options) text Type: string The text to be translated options Type: object from Type: string Default: auto The text language. Must be auto or one of the codes/names (not case-sensitive) contained in languages.js to Type: string Default: en The language in which the ...
DeepLX deeplx DEEPLX_ENDPOINT https://api.deepl.com/translate See DeepLX Ollama ollama OLLAMA_HOST, OLLAMA_MODEL http://127.0.0.1:11434, gemma2 See Ollama OpenAI openai OPENAI_BASE_URL, OPENAI_API_KEY, OPENAI_MODEL https://api.openai.com/v1, [Your Key], gpt-4o-mini See OpenAI ...