deepl

Using DeepL API to translate text

荒凉一梦 提交于 2019-11-30 06:50:21
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',

Using DeepL API to translate text

倖福魔咒の 提交于 2019-11-29 07:02:21
问题 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. 回答1: 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