Using DeepL API to translate text
Is there any possibility to find out if the DeepL translator offers an API for the translation? Unfortunately I haven't found any information on this. Would like to implement this to an Excel script for auto translation. I've already tried it with Google (like https://translate.google.com/#en/es/Hello%20World ) but DeepL seems more accurate. There is a POST call that allows you get the translations, I don't know how many time this will be supported or it's times limitations but here it is: Url: https://www.deepl.com/jsonrpc You should make a POST call with the next json: { 'jsonrpc': '2.0',