DeepL

AI Authentication key

Translate text and documents with DeepL from any Windmill script, flow or app.

Set up in 3 steps

1

Copy your authentication key

In your DeepL account, open the API keys page and copy the key. A Free key ends in :fx.

2

Add the resource in Windmill

Open Resources, add a resource of type deepl. baseUrl must match your plan — https://api-free.deepl.com for Free, https://api.deepl.com for Pro.

3

Run your first script

Fork any script below and read before writing anything.

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

Resource type

deepl — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
apiKeystringYesAPI key generated on the dashboard for DeepL API product.
baseUrlstringYesBase URL for your API plan - free and pro have different API base URLs.

Questions

Which baseUrl do I need?

The one matching your plan. A Free key on the Pro host is rejected as unauthorized, which looks like a bad key rather than a wrong host.

Translation is metered

DeepL counts characters against your plan. Document translation counts the whole document, not just what changed.

Is my key stored on the hub?

Never. It lives only in your own Windmill workspace, encrypted at rest.