
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
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 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 …
How to request a translation from deepl at the moment?
May 13, 2019 · If I change the sent "id" and put a random value then I get the "Too many requests" response too. So I imagine that the JS that makes the request recieves a valid "id" value from the …
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 …
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 …
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.
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 refuses to respond …
Parse and access deepl.com API response with VBA
Parse and access deepl.com API response with VBA Asked 2 years, 11 months ago Modified 2 years, 11 months ago Viewed 1k times
excel - Using DeepL API to translate text - Stack Overflow
Aug 29, 2017 · Is there any possibility to find out if the DeepL translator offers an API for the translation? Unfortunately I haven't found any information on this. Would like to implement this to an Excel scr...