New to Telerik Document Processing? Download free 30-day trial

Generating API Keys

Using API Keys provides a secure way to authenticate. This method does not require you to provide your Telerik credentials anywhere. Unlike your Telerik credentials, an API key has a limited scope and can be used only with the Telerik NuGet server. If any of your API Keys is compromised, you can quickly delete it and create a new one.

  1. Go to the API Keys page in your Telerik account.

  2. Click Generate New Key +.

    Generate API key

  3. In the Key Note field, add a note that describes the API key.

  4. Click Generate Key.

    Generate API key

  5. Select Copy and Close. Once you close the window, you can no longer copy the generated key. For security reasons, the API Keys page displays only a portion of the key.

    Copy and Close API key

    The illustrated API key above is used just for demonstration purposes and it is not valid!

    Generated API key

    The validity of the API key is 2 years.

  6. Store the generated NuGet API key as you will need it in the next steps. Whenever you need to authenticate your system with the Telerik NuGet server, use api-key as the username and your generated API key as the password.

See Also

In this article