diff --git a/docs/integrations/builtin/credentials/deepl.md b/docs/integrations/builtin/credentials/deepl.md index 1617b1ba5..b452881ce 100644 --- a/docs/integrations/builtin/credentials/deepl.md +++ b/docs/integrations/builtin/credentials/deepl.md @@ -6,16 +6,31 @@ contentType: integration # DeepL credentials -You can use these credentials to authenticate the following nodes with DeepL. +You can use these credentials to authenticate the following nodes: - [DeepL](/integrations/builtin/app-nodes/n8n-nodes-base.deepl/) ## Prerequisites -Create a DeepL [developer](https://www.deepl.com/account/summary){:target=_blank .external-link} account. +Create a [DeepL developer](https://www.deepl.com/pro-api){:target=_blank .external-link} account. n8n works with both Free and Pro API Plans. + +## Supported authentication methods + +- API Key + +## Related resources + +Refer to [DeepL's API documentation](https://developers.deepl.com/docs){:target=_blank .external-link} for more information about the service. ## Using API Key -Refer to DeepL's [Authentication](https://www.deepl.com/docs-api/api-access/authentication/){:target=_blank .external-link} guide for more information on getting your API key. +To configure this credential, you'll need: + +- An **API Key** +- To identify which **API Plan** you're on. DeepL has different API endpoints for each plan, so be sure you select the correct one: + - Pro Plan + - Free Plan + +Refer to [DeepL's Authentication documentation](https://developers.deepl.com/docs/getting-started/auth#authentication){:target=_blank .external-link} for more information on getting your API key.