close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
59 views

I have built an interface to Deepl in SAP which worked until a few weeks ago. Now I downloaded the new certificate from the website “https://api.deepl.com/” and try to store it in transaction STRUST, ...
user avatar
-1 votes
2 answers
124 views

~$ echo $API_KEY {mykey shows up here} ~$ curl -X POST https://api-free.deepl.com/v2/translate \ > --header "Content-Type: application/json" \ > --header "Authorization: ...
user603749's user avatar
  • 1,758
0 votes
2 answers
152 views

I have the following code and it is not working, I just get string(0) "" This code is a copy of a DeepL curl script that creates a glossary which works perfect, I just changed the url and ...
Peter's user avatar
  • 101
0 votes
1 answer
148 views

I'm using DeepL api 1.8.7 to translate a sentence from French into English. I provided a glossary but it is not used. What I am doing wrong ? Here a test demonstrating my issue. I'm expecting the ...
osalazard's user avatar
0 votes
1 answer
572 views

I am trying to translate XML documents using my NodeJS/Loopback 3 server, as well as the deepl-node library. My code so far looks like so: const { Translator, TextResult } = require('deepl-node'); ...
Daniel Corona's user avatar
-1 votes
1 answer
594 views

I have implemented translator using DeepL DotNet API.I am having DeepL Pro account. I have implemented .net framework web api where I am using deepl Pro account for translation. I am using my web api ...
Kanchan Kumbhar's user avatar
0 votes
0 answers
76 views

I'm working on a Python script that transcribes audio using OpenAI's Whisper API, translates the text to French using DeepL, and then generates speech from the translated text using the ElevenLabs API....
SHDDSFFDSDSAF's user avatar
0 votes
1 answer
85 views

I am currently utilizing the DeepL .NET API to develop a custom text and document translation solution. Similar to the text translation feature, where DeepL returns the detected source language, I am ...
Kanchan Kumbhar's user avatar
0 votes
1 answer
224 views

I would like to implement a dictionary/alternative section for the selected word in the source input area. In DeepL site, there is a way to change the word with alternative word provided by DeepL and ...
Kanchan Kumbhar's user avatar
-1 votes
1 answer
150 views

I have implemented interface like DeepL to translate text and document. I have one auth key and I am using it in my application for translation, so many employees in my organization can take a benefit ...
Kanchan Kumbhar's user avatar
0 votes
1 answer
315 views

This is DeepL's api for creating glossaries: https://developers.deepl.com/docs/api-reference/glossaries/openapi-spec-for-glossary-management Under the documentation, I should be able to set an ...
Kanchan Kumbhar's user avatar
0 votes
1 answer
40 views

I'm running a single curl -X POST command using the Windows command line. I get an error stating: The input line is too long. This is because the command is longer than 8092 characters. Its syntax is ...
aprogrammer's user avatar
0 votes
0 answers
204 views

Context: My overall goal is to import a bunch of multiple-choice questions and the corresponding answers from a website into a Google Form. Since I'll need to do this more often I thought I could ...
yoshis_eGG's user avatar
0 votes
1 answer
450 views

I want to use the deepL API in a C# project. I want to translate from one into 3 different languages and work with a single glossary for each language pair. However - a glossary is not static and from ...
oelgoetz's user avatar
-1 votes
1 answer
441 views

I want to have a tool, that can transalte Words or sentences from a source language into various selctable languages and put it together in a certain string. For this I wanted to use DeepL API. When I'...
MKa's user avatar
  • 1

15 30 50 per page
1
2 3 4 5 6