The DeepL API as a DMX platform service
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 |
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