DeepL

This integration uses DeepL (https://www.deepl.com/) to translate text or files

Utilities · DeepL

Configuration parameters

  • url — Server URL (e.g. https://api-free.deepl.com) (required)
  • apikey — API Key (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (5)

  • deepl-check-document-status

    The status of the document translation process can be checked by sending a status request to the document specific status URL.

  • deepl-get-document

    Get the translated document

  • deepl-submit-document

    Please note that with every submitted document of type .pptx, .docx or .pdf you are billed a minimum of 50'000 characters with the DeepL API plan, no matter how many characters are included in the document. Because the request includes a file upload, it must be an HTTP POST request containing multipart/form-data. This call returns immediately after the document was uploaded and queued for translation. Further requests must be sent to the API to get updates on the translation progress or to download the translated document once the translation is finished (see other document request types below). Once the document is fully uploaded, the translation starts immediately. Please be aware that the uploaded document is automatically removed from the server after the translation is done. You have to upload the document again in order to restart the translation. The maximum upload limit for any document is 10MB and 1.000.000 characters.

  • deepl-translate-text

    Translates input text

  • deepl-usage

    Get current API key usage