
How to make a python request to deepL API? - Stack Overflow
May 13, 2020 · 8 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 …
How to make a HttpPost request to a DeepL Api - Stack Overflow
Apr 24, 2023 · How to make a HttpPost request to a DeepL Api Asked 2 years, 6 months ago Modified 1 year, 1 month ago Viewed 1k times
DeepL API creating Glossary only creating with first entry
Mar 16, 2023 · DeepL API creating Glossary only creating with first entry Asked 2 years, 5 months ago Modified 1 year, 6 months ago Viewed 960 times
VBA Word/excel Macro to translate Text using DeepL.com on the ...
Oct 2, 2018 · I am trying to develop a macro to get a text automatically translated into other language in Word. The macro selects the whole text and send it to deepL opening an IE and …
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.
Deepl API, output multiple translated languages from target …
Apr 24, 2023 · Deepl API, output multiple translated languages from target language Asked 2 years, 5 months ago Modified 1 year, 4 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.
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 …
Do not translate specific elements with DeepL and DeepL …
Oct 25, 2021 · WordPress DeepL plugin utilises wp_remote_* function to send requests to their APIs so you can hook into http_request_args filter to add the additional argument.
Postman POST request is giving a 403 exception - Stack Overflow
Nov 4, 2021 · I'm attempting to send a POST request to DeepL API, and I send my request I receive a 403 Forbidden Error, which says that the request 'is a legal request but the server …