86 questions
0
votes
0
answers
59
views
How to solve DeepL API-Error (Untrusted Peer)?
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, ...
-1
votes
2
answers
124
views
curl command not returning anything using deepl api [closed]
~$ echo $API_KEY
{mykey shows up here}
~$ curl -X POST https://api-free.deepl.com/v2/translate \
> --header "Content-Type: application/json" \
> --header "Authorization: ...
0
votes
2
answers
152
views
How do I fix this curl deepl code is not working
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 ...
0
votes
1
answer
148
views
DeepL glossary via API not used
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 ...
0
votes
1
answer
572
views
Correctly translate text with Markdown using deepl-node
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');
...
-1
votes
1
answer
594
views
DeepL API - I am using DeepL .net API for document translation - getting error while translating large file [closed]
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 ...
0
votes
0
answers
76
views
TypeError: "Text must be a string when stream is False" using ElevenLabs `generate` function in Python
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....
0
votes
1
answer
85
views
How to detect language of document content
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 ...
0
votes
1
answer
224
views
DeepL: How to get dictionary words and alternatives using API [closed]
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 ...
-1
votes
1
answer
150
views
How to create and use glossary in text translation and document translation
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 ...
0
votes
1
answer
315
views
Invalid or missing Authorization header- Glossary Creation
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 ...
0
votes
1
answer
40
views
How to reference a list of words within the Windows command line (character limit)
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 ...
0
votes
0
answers
204
views
Importing DeepL API in local file leads to error message (Cannot use import statement outside a module)
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 ...
0
votes
1
answer
450
views
How can I add, edit or delete an existing deepL Glossary using C#?
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 ...
-1
votes
1
answer
441
views
C# Deepl API HTTP Response 403
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'...
