Welcome to the developer home of DeepL API.
{YOUR_API_KEY}
with your own API key.https://api.deepl.com
withhttps://api-free.deepl.com
.POST /v2/translate HTTP/2Host: api.deepl.comAuthorization: DeepL-Auth-Key [yourAuthKey]User-Agent: YourApp/1.2.3Content-Length: 45Content-Type: application/json{"text":["Hello, world!"],"target_lang":"DE"}
{ "translations": [ { "detected_source_language":"EN", "text":"Hallo, Welt!" } ]}