You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [DeepL API](https://www.deepl.com/docs-api?utm_source=github&utm_medium=github-python-readme) is a language
7
+
The [DeepL API][api-docs] is a language
8
8
translation API that allows other computer programs to send texts and documents to DeepL's servers and receive
9
9
high-quality translations. This opens a whole universe of opportunities for developers: any translation product you can
10
10
imagine can now be built on top of DeepL's best-in-class translation technology.
@@ -16,12 +16,12 @@ they’re added to the API.
16
16
17
17
## Getting an authentication key
18
18
19
-
To use the DeepL Python Library, you'll need an API authentication key. To get a key, [please create an account here](https://www.deepl.com/pro?utm_source=github&utm_medium=github-python-readme#developer). You can translate up to 500,000 characters/month for free.
19
+
To use the DeepL Python Library, you'll need an API authentication key. To get a key, [please create an account here][create-account]. You can translate up to 500,000 characters/month for free.
20
20
21
-
After you have created an account, you can find your API authentication key on your [DeepL Pro Account](https://www.deepl.com/pro-account/?utm_source=github&utm_medium=github-python-readme).
21
+
After you have created an account, you can find your API authentication key on your [DeepL Pro Account][pro-account].
22
22
23
23
## Installation
24
-
The library can be installed from [PyPI](https://pypi.org/project/deepl/) using pip:
24
+
The library can be installed from [PyPI][pypi-project] using pip:
0 commit comments