DeepL api connection

Hi, I’m building an automation which supposted to use DeepL Api. I have tried to use any module available but nothing works at all. I attach some screenshots:



I’ve tried in URL “https://api-free.deepl.com/v2/translate” (because for now I’m using free version to test it), in Headers I’ve added Authorization field and so on…
I get this error:

I would be grateful if you give me some hints, what I’m doing wrong :blush:

Hiya @Nati_Delta;

I’ve not worked with DeepL directly, but checking their API docs seems straightforward, and the DeepL Make docs a bit bare.

Sometimes, the modules don’t work as expected. So…

  • Have you also tried the full URL https://api-free.deepl.com/v2/translate - yep, I’ve tried no changes
  • Have you verified that your API works through Postman? - yep, also I have tried this, in Postman it was working there

Alright, @Nati_Delta; since Postman worked but not Make, I suspect an authentication issue.

Please carefully create the connection, even though it might mean new keys.

Unfortunately, I generated new keys and it’s still not working :frowning:

Hello @Nati_Delta; I’ve been laid off, so my time is soaked elsewhere. Next week, I should be back to helping out the community.