This is a rather simple PopClip extension for DeepL Write, a service to correct and improve your writing. Currently (November 2023) there is no API access available. This extension opens selected text on the DeepL Write website, where you can set options like intended audience (style) or how proposed changes are displayed.
#popclip
name: DeepL-Write
icon: iconify:game-icons:quill-ink
url: https://www.deepl.com/write#en/***
description: DeepL Write (English)
(The above block is an extension snippet — select it then click “Install Extension” in PopClip.)
While the website mostly recognizes the language of the text input, you can also specify which language to use with the following snippet. It adds an alternative URL to open German input. You can trigger this behaviour by holding the option key while clicking the PopClip action.
#popclip
name: DeepL-Write
icon: iconify:game-icons:quill-ink
url: https://www.deepl.com/write#en/***
alternate url: https://www.deepl.com/write#de/***
description: DeepL Write (English or German)
(The above block is an extension snippet — select it then click “Install Extension” in PopClip.)