Update DeepL credentials to template

This commit is contained in:
freakwriter 2024-04-30 12:26:29 -04:00
parent 6107dc039c
commit c2eb7d4cd9

View File

@ -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.