79518551

Date: 2025-03-18 20:09:26
Score: 1.5
Natty:
Report link

So here's how I got it to work (I changed it to use "GET" instead of "POST)". The deepl doc should get updated. Not sure why POST did not work.

~$ curl -i -X GET \
 -H "Authorization:DeepL-Auth-Key mysecretkey:fx" \
 'https://api-free.deepl.com/v2/translate?text=hello%20world&target_lang=EL'
Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: user603749