DeepL API
Number of APIs: 12
This is a Qodex collection covering the DeepL API. For a more in depth look at how things work, check out the official documentation.
Getting started
To get started, sign up for a developer account at deepl.com and get your authentication key from your account page.
From there, fork this DeepL API
collection, and select the relevant baseUrl
variable depending on you subscription (https://api.deepl.com/v2
for Pro, https://api-free.deepl.com/v2
for Free).
In the Authorization section of your forked collection, you will see the value DeepL-Auth-Key [yourAuthKey]
. Change [yourAuthKey]
for your own key and you're ready to go!
Want to get even more involved? Join the DeepL community on our Discord!
-
glossaries-{glossary_id} - Retrieve Glossary Details GET {{baseUrl}}/glossaries/:glossary_id
-
glossaries - Create a Glossary POST {{baseUrl}}/glossaries
-
document-{document_id} - Check Document Status POST {{baseUrl}}/document/:document_id
-
document-{document_id}-result - Download Translated Document POST {{baseUrl}}/document/:document_id/result
-
usage - Check Usage and Limits GET {{baseUrl}}/usage
-
translate - Request Translation POST {{baseUrl}}/translate
-
languages - Retrieve Supported Languages GET {{baseUrl}}/languages?type=source
-
glossary-language-pairs - List Language Pairs Supported by Glossaries GET {{baseUrl}}/glossary-language-pairs
-
glossaries-{glossary_id}-entries - Retrieve Glossary Entries GET {{baseUrl}}/glossaries/:glossary_id/entries
-
glossaries-{glossary_id} - Delete a Glossary DELETE {{baseUrl}}/glossaries/:glossary_id