
Deepl API, output multiple translated languages from target language
Apr 24, 2023 · Deepl API, output multiple translated languages from target language Asked 2 years, 7 months ago Modified 1 year, 6 months ago Viewed 1k times
httprequest - C# Deepl API HTTP Response 403 - Stack Overflow
Mar 24, 2024 · The current version of the DeepL API (v2) uses POST v2/translate and expects a JSON object in the body providing the text and target_lang parameters at minimum.
How to make a HttpPost request to a DeepL Api - Stack Overflow
Apr 24, 2023 · The API docs are a better source for this, they have cURL and HTTP request examples for exactly what you're trying to do. If you just compare your request object to the one listed in the …
DeepL API - I am using DeepL .net API for document translation ...
Oct 8, 2024 · I have implemented .net framework web api where I am using deepl Pro account for translation. I am using my web api in my react app File translation is working fine upto 5MB size.
How to make a python request to deepL API? - Stack Overflow
May 13, 2020 · EDIT: DeepL Python Library I was unaware of this before, but DeepL has a python package that can be used to make text and document translations far more easily than through the …
Deepl API: Translate single word with context from whole sentence
Feb 21, 2024 · 1 I want to translate single words out of a whole sentence using the DeepL API. For example, the sentence might be: "How may I help you?" If I now want to translate the word "help", …
How do I fix error 400 from my call to deepl webrequest
Sep 23, 2023 · See the docs here: https://www.deepl.com/docs-api/translate-text If you continue to receive 400 errors, you should inspect the response body, it will include an error message explaining …
curl command not returning anything using deepl api
Mar 17, 2025 · curl command not returning anything using deepl api [closed] Asked 8 months ago Modified 8 months ago Viewed 99 times
DeepL API returns error for long text translation - Stack Overflow
Jul 29, 2021 · 0 I am using DeepL API to translate text and it is working fine. But if there is more than 4000 characters, it returns status as error without translating data.
Deepl API key python Authorization Failure - Stack Overflow
Feb 18, 2025 · DEEPL_API_KEYS = ['example987654321:fx'] Everything on the script is working fine without DeepL but we really need to get the translations in. The problem is that due to my noobness I …