dmx-systems / dmx-deepl

The DeepL API as a DMX service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMX DeepL

The DeepL API as a DMX platform service

Config Properties

Property Required Description
dmx.deepl.base_url no DeepL API base URL. Includes version number, ends with /.
Default is https://api-free.deepl.com/v2/.
For the payed plan use https://api.deepl.com/v2/ instead.
dmx.deepl.auth_key yes Your DeepL API key as obtained from https://www.deepl.com

Version History

1.0.1 -- Jun 23, 2023

  • Add dmx.deepl.base_url config property

1.0 -- Jun 16, 2023

  • 2 service calls:
    • translate()
    • usageStats() (RESTful)
  • Compatible with DMX 5.3

About

The DeepL API as a DMX service


Languages

Language:Java 100.0%