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!

  1. glossaries-{glossary_id} - Retrieve Glossary Details GET {{baseUrl}}/glossaries/:glossary_id

  2. glossaries - Create a Glossary POST {{baseUrl}}/glossaries

  3. document-{document_id} - Check Document Status POST {{baseUrl}}/document/:document_id

  4. document-{document_id}-result - Download Translated Document POST {{baseUrl}}/document/:document_id/result

  5. usage - Check Usage and Limits GET {{baseUrl}}/usage

  6. translate - Request Translation POST {{baseUrl}}/translate

  7. languages - Retrieve Supported Languages GET {{baseUrl}}/languages?type=source

  8. glossary-language-pairs - List Language Pairs Supported by Glossaries GET {{baseUrl}}/glossary-language-pairs

  9. glossaries-{glossary_id}-entries - Retrieve Glossary Entries GET {{baseUrl}}/glossaries/:glossary_id/entries

  10. glossaries-{glossary_id} - Delete a Glossary DELETE {{baseUrl}}/glossaries/:glossary_id