DeepL
=this.img
= ("[Website](" + this.url + ")")
| = ("[Source](" + this.source + ")")
| = ("[Documentation](" + this.docs + ")")
= ("> " + this.desc-short)
API🔗
API requests can be used to detect the language of a text and/or translate it. The free plan allows for 500 000 characters of translation per month, sign-up requires a credit card for identification.
Upon subscription the API key can be found in the DeepL account.
The API documentation details how to detect and translate a text through HTTP requests, for example
1 2 3 4 |
|
with a response in JSON format,
1 |
|
Translating documents is also possible.
Implementations