About 3,660,000 results
Open links in new tab
  1. 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

  2. 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 …

  3. 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.

  4. 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", …

  5. 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 …

  6. 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 …

  7. 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.

  8. curl command not returning anything using deepl api

    Mar 17, 2025 · curl command not returning anything using deepl api [closed] Asked 9 months ago Modified 9 months ago Viewed 101 times

  9. 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 …

  10. DeepL API creating Glossary only creating with first entry

    Mar 16, 2023 · DeepL API creating Glossary only creating with first entry Asked 2 years, 9 months ago Modified 1 year, 9 months ago Viewed 1k times